diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-31 19:14:03 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-31 19:14:03 +0000 |
commit | 5a2022ae50eee6f39dd1adc00392dce7bd84d3c5 (patch) | |
tree | 6b5f1cf774db64403bb4c14a86d7ab435ae59457 /misc | |
parent | 6070bc71561a002f3fa2b8574d28de197546dbd7 (diff) | |
download | pkgsrc-5a2022ae50eee6f39dd1adc00392dce7bd84d3c5.tar.gz |
Update this package to dotfile-2.4.1, and adapt it to tk-8.3.2.
While there, make it no longer be INTERACTIVE, and add a BUILD_DEF,
DOTFILE_LANG, to support making Japanese or English the default language.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dotfile/Makefile | 21 | ||||
-rw-r--r-- | misc/dotfile/files/md5 | 4 | ||||
-rw-r--r-- | misc/dotfile/files/patch-sum | 6 | ||||
-rw-r--r-- | misc/dotfile/patches/patch-01 | 70 | ||||
-rw-r--r-- | misc/dotfile/patches/patch-02 | 24 | ||||
-rw-r--r-- | misc/dotfile/patches/patch-aa | 85 | ||||
-rw-r--r-- | misc/dotfile/patches/patch-ab | 45 | ||||
-rw-r--r-- | misc/dotfile/pkg/MESSAGE | 3 | ||||
-rw-r--r-- | misc/dotfile/pkg/PLIST | 568 |
9 files changed, 499 insertions, 327 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index cab0b1f8e47..4090e5c0545 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,22 +1,27 @@ -# $NetBSD: Makefile,v 1.14 1999/04/01 13:38:44 agc Exp $ +# $NetBSD: Makefile,v 1.15 2000/08/31 19:14:03 jwise Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # -DISTNAME= dotfile-2.0 -CATEGORIES= misc tk80 +DISTNAME= dotfile-2.4.1 +CATEGORIES= misc tk MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/ MAINTAINER= oly@world.std.com HOMEPAGE= http://www.imada.ou.dk/~blackie/dotfile/ -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk -# this pkg opens some X connectin -IS_INTERACTIVE= yes +BUILD_DEFS+= DOTFILE_LANG + +# `english' or `japanese' +DOTFILE_LANG?= english GNU_CONFIGURE= yes +NO_BUILD= -do-build: - @${DO_NADA} +post-install: + ${MKDIR} ${PREFIX}/share/doc/${PKGNAME} + cd ${WRKSRC}/Doc && ${GTAR} cf - . | ( cd ${PREFIX}/share/doc/${PKGNAME} && ${GTAR} xf - ) + ${CHOWN} -R root:${ROOT_GROUP} ${PREFIX}/share/doc/${PKGNAME} .include "../../mk/bsd.pkg.mk" diff --git a/misc/dotfile/files/md5 b/misc/dotfile/files/md5 index df0ec5db131..edd547c921c 100644 --- a/misc/dotfile/files/md5 +++ b/misc/dotfile/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1998/08/07 13:25:05 agc Exp $ +$NetBSD: md5,v 1.3 2000/08/31 19:14:04 jwise Exp $ -MD5 (dotfile-2.0.tar.gz) = efe6b64d425b6f6f2ae6f44648b597fd +MD5 (dotfile-2.4.1.tar.gz) = 5ff1fc0df3fcbb56051e13c1eefa9042 diff --git a/misc/dotfile/files/patch-sum b/misc/dotfile/files/patch-sum index 1a00f683a87..f46f3b57ed0 100644 --- a/misc/dotfile/files/patch-sum +++ b/misc/dotfile/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:09:14 agc Exp $ +$NetBSD: patch-sum,v 1.2 2000/08/31 19:14:04 jwise Exp $ -MD5 (patch-01) = c7e0b2d78a1308ef83b8955ee240a6be -MD5 (patch-02) = d09cefd20411697dd387b00d06e36ae7 +MD5 (patch-aa) = 1eca1e5bfda49d004d14c30a27f1e9ad +MD5 (patch-ab) = 6ec2efa3d00127171a309e55b6260f90 diff --git a/misc/dotfile/patches/patch-01 b/misc/dotfile/patches/patch-01 deleted file mode 100644 index 0379075dffb..00000000000 --- a/misc/dotfile/patches/patch-01 +++ /dev/null @@ -1,70 +0,0 @@ -$NetBSD: patch-01,v 1.2 1998/08/07 11:10:16 agc Exp $ - ---- Makefile.in.orig Fri Jan 31 13:10:25 1997 -+++ Makefile.in Thu Apr 3 19:02:57 1997 -@@ -15,7 +15,7 @@ - bindir = $(exec_prefix)/bin - - # Directory in which to install library files. --libdir = $(prefix)/lib/dotfile-$(version) -+libdir = $(prefix)/share/dotfile-$(version) - # Directory for the manual page - mandir = $(prefix)/man/man1 - -@@ -23,7 +23,6 @@ - SHELL = /bin/sh - - ### Tell the user that there is nothing to be compiled. --.PHONY: nothing - nothing: - @echo "The Dotfile Generator does not contain any files which has to be compiled!" - @echo "On the other hand, during installation, all the modules need to be" -@@ -32,10 +31,8 @@ - # - # install all the files in the corect places. - # --.PHONY: install - install: copydirs bytecompile - --.PHONY: copydirs - copydirs: - $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(libdir) \ - $(libdir)/Generator $(mandir) -@@ -49,20 +46,18 @@ - done - cp dotfile.1 $(mandir) - -@RM@ $(bindir)/dotfile -- -@LN@ -s $(bindir)/dotfile-$(version) $(bindir)/dotfile -+ -@LN@ -s dotfile-$(version) $(bindir)/dotfile - chmod 755 $(bindir)/dotfile - chmod 755 $(bindir)/dotfile-$(version) - --.PHONY: bytecompile - bytecompile: $(MODULES) - - # - # Targets that requre X (the modules using the fonts widget) - # --.PHONY fvwm1 fvwm2: - fvwm1 fvwm2: -- @if wish testwish; then \ -- @WISH@ $(libdir)/Generator/dotfile.tcl $(libdir)/Generator $(libdir)/$@ bytecompile; \ -+ @if $(WISH) testwish; then \ -+ $(WISH) $(libdir)/Generator/dotfile.tcl $(libdir)/Generator $(libdir)/$@ bytecompile; \ - else \ - echo "An error should be shown above!"; \ - echo "You need X to bytecompile the $@ module, do this manually after"; \ -@@ -72,13 +67,11 @@ - # - # Targets that may bytecompile without X - # --.PHONY emacs tcsh rtin bash elm: - emacs tcsh rtin bash elm: - @@TCLSH@ $(libdir)/Generator/dotfile.tcl $(libdir)/Generator $(libdir)/$@ bytecompile - - # - # Clean - # --.PHONY: clean - clean : - @echo Nothing to do diff --git a/misc/dotfile/patches/patch-02 b/misc/dotfile/patches/patch-02 deleted file mode 100644 index 3da107e1cd6..00000000000 --- a/misc/dotfile/patches/patch-02 +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-02,v 1.2 1998/08/07 11:10:16 agc Exp $ - -Change for tcl/tk V8.0 - hubertf - ---- configure.BAK Thu Oct 23 20:31:32 1997 -+++ configure Thu Oct 23 20:31:43 1997 -@@ -399,7 +399,7 @@ - - - --for ac_prog in wish4.2 wish4.1 wish4.0 wish -+for ac_prog in wish8.0 wish4.2 wish4.1 wish4.0 wish - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 -@@ -439,7 +439,7 @@ - { echo "configure: error: I couldn't find 'wish' please insert it into your path and try again" 1>&2; exit 1; } - fi - --for ac_prog in tclsh7.6 tclsh7.5 tclsh7.4 tclsh -+for ac_prog in tclsh8.0 tclsh7.6 tclsh7.5 tclsh7.4 tclsh - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 diff --git a/misc/dotfile/patches/patch-aa b/misc/dotfile/patches/patch-aa new file mode 100644 index 00000000000..bce8957f85c --- /dev/null +++ b/misc/dotfile/patches/patch-aa @@ -0,0 +1,85 @@ +$NetBSD: patch-aa,v 1.1 2000/08/31 19:14:05 jwise Exp $ +--- Makefile.in.orig Sat Feb 19 14:15:49 2000 ++++ Makefile.in Thu Aug 31 14:44:28 2000 +@@ -15,7 +15,7 @@ + bindir = $(exec_prefix)/bin + + # Directory in which to install library files. +-libdir = $(prefix)/lib/dotfile-$(version) ++libdir = $(prefix)/share/dotfile-$(version) + # Directory for the manual page + mandir = $(prefix)/man/man1 + +@@ -23,28 +23,13 @@ + SHELL = /bin/sh + + ### Tell the user that there is nothing to be compiled. +-.PHONY: nothing + nothing: +- @echo ---------------------------------------------------------------------- +- @echo ---------------------------------------------------------------------- +- @echo "The Dotfile Generator does not contain any files which has to be compiled!" +- @echo "On the other hand, during installation, all the modules need to be" +- @echo "bytecompiled, so now it's time to type: make install" +- @echo ---------------------------------------------------------------------- +- @echo ---------------------------------------------------------------------- + + # + # install all the files in the corect places. + # +-.PHONY: install + install: copydirs bytecompile +- @echo "**********************************************************************" +- @echo In the directory Doc, three articles in HTML format, concerning +- @echo The Dotfile Generator is located. If you want these to be installed +- @echo on your system, please do it manually. +- @echo "**********************************************************************" + +-.PHONY: copydirs + copydirs: + $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(libdir) \ + $(libdir)/Generator $(mandir) +@@ -62,28 +47,16 @@ + chmod 755 $(bindir)/dotfile + chmod 755 $(bindir)/dotfile-$(version) + +-.PHONY: bytecompile + bytecompile: $(MODULES) + + # + # Targets that requre X (the modules using the fonts widget) + # +-.PHONY english/fvwm1 english/fvwm2 japanese/fvwm1 japanese/fvwm2: + english/fvwm1 english/fvwm2 japanese/fvwm1 japanese/fvwm2: +- @echo "----------------------------------------------------------------------" +- @echo " Byte compiling $@" +- @if wish testwish; then \ +- @WISH@ $(libdir)/Generator/dotfile.tcl $(libdir)/Generator $(libdir) $@ bytecompile; \ +- else \ +- echo "An error should be shown above!"; \ +- echo "You need X to bytecompile the $@ module, do this manually after"; \ +- echo "the installation, by starting this module!"; \ +- fi + + # + # Targets that may bytecompile without X + # +-.PHONY english/emacs english/tcsh english/rtin english/bash english/elm english/procmail english/ipfwadm japanese/canna: + english/emacs english/tcsh english/rtin english/bash english/elm english/procmail english/ipfwadm japanese/canna: + @echo "----------------------------------------------------------------------" + @echo " Byte compiling $@" +@@ -93,7 +66,6 @@ + # Targets that may bytecompile without X, but which requieres + # Japanese Tcl/Tk. + # +-#.PHONY japanese/canna japanese/fvwm1 japanese/fvwm2: + #japanese/canna japanese/fvwm1 japanese/fvwm2: + # @echo "----------------------------------------------------------------------" + # @echo " Byte compiling $@" +@@ -106,6 +78,5 @@ + # + # Clean + # +-.PHONY: clean + clean : + @echo Nothing to do diff --git a/misc/dotfile/patches/patch-ab b/misc/dotfile/patches/patch-ab new file mode 100644 index 00000000000..5181478b839 --- /dev/null +++ b/misc/dotfile/patches/patch-ab @@ -0,0 +1,45 @@ +$NetBSD: patch-ab,v 1.1 2000/08/31 19:14:05 jwise Exp $ +--- configure.orig Sat Feb 19 14:15:36 2000 ++++ configure Thu Aug 31 14:49:45 2000 +@@ -1224,16 +1224,17 @@ + + + #### Which language should TDG use? +-$TCLSH language.tcl +-res=$? +-if test "$res" = "1" ; then +- LANGUAGE=english; +-elif test "$res" = "2" ; then +- LANGUAGE=japanese; +-else +- { echo "configure: error: Internal error" 1>&2; exit 1; } +-fi ++#$TCLSH language.tcl ++#res=$? ++#if test "$res" = "1" ; then ++# LANGUAGE=english; ++#elif test "$res" = "2" ; then ++# LANGUAGE=japanese; ++#else ++# { echo "configure: error: Internal error" 1>&2; exit 1; } ++#fi + ++LANGUAGE=$DOTFILE_LANG + + trap '' 1 2 15 + cat > confcache <<\EOF +@@ -1505,14 +1506,3 @@ + chmod 755 dotfile + chmod 755 Modules/english/fvwm2/fvwmrc_convert + chmod 755 Modules/japanese/fvwm2/fvwmrc_convert +- +-echo ---------------------------------------------------------------------- +-echo ---------------------------------------------------------------------- +-echo please login to your mail host, go to the directory +-echo Modules/english/procmail and run ./configure from there. +-echo At the moment you do also need to install The Dotfile Generator +-echo at your mailhost for the procmail module to work. You need to install +-echo it in the same directory as you do on this machine +-echo This is a bug, which will be fixed in the next version. +-echo ---------------------------------------------------------------------- +-echo ---------------------------------------------------------------------- diff --git a/misc/dotfile/pkg/MESSAGE b/misc/dotfile/pkg/MESSAGE deleted file mode 100644 index c474c776356..00000000000 --- a/misc/dotfile/pkg/MESSAGE +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: MESSAGE,v 1.3 1998/08/07 11:10:17 agc Exp $ - -Check out dotfile's useful homepage http://www.imada.ou.dk/~blackie/dotfile/ diff --git a/misc/dotfile/pkg/PLIST b/misc/dotfile/pkg/PLIST index b2dcb8388f6..1f5536eba9c 100644 --- a/misc/dotfile/pkg/PLIST +++ b/misc/dotfile/pkg/PLIST @@ -1,29 +1,27 @@ -@comment $NetBSD: PLIST,v 1.4 1999/08/13 14:06:58 agc Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/08/31 19:14:06 jwise Exp $ bin/dotfile bin/${PKGNAME} man/man1/dotfile.1.gz +share/${PKGNAME}/Generator/bitmaps/Up +share/${PKGNAME}/Generator/bitmaps/ComboBox.xbm share/${PKGNAME}/Generator/bitmaps/Down -share/${PKGNAME}/Generator/bitmaps/act_folder.xbm share/${PKGNAME}/Generator/bitmaps/file.xbm share/${PKGNAME}/Generator/bitmaps/folder.xbm -share/${PKGNAME}/Generator/bitmaps/idx.xbm -share/${PKGNAME}/Generator/bitmaps/scissors.xbm -share/${PKGNAME}/Generator/bitmaps/new.xbm -share/${PKGNAME}/Generator/bitmaps/GeneratorLogo.gif share/${PKGNAME}/Generator/bitmaps/folder_center.xbm +share/${PKGNAME}/Generator/bitmaps/GeneratorLogo.gif +share/${PKGNAME}/Generator/bitmaps/idx.xbm share/${PKGNAME}/Generator/bitmaps/Left +share/${PKGNAME}/Generator/bitmaps/new.xbm share/${PKGNAME}/Generator/bitmaps/Right -share/${PKGNAME}/Generator/bitmaps/Up -share/${PKGNAME}/Generator/bitmaps/ComboBox.xbm -share/${PKGNAME}/Generator/oldVersions/1.1/tcsh -share/${PKGNAME}/Generator/oldVersions/1.1/Emacs -share/${PKGNAME}/Generator/oldVersions/1.1/fvwm -share/${PKGNAME}/Generator/oldVersions/1.1/Fvwm -share/${PKGNAME}/Generator/update-from-1.1.tcl +share/${PKGNAME}/Generator/bitmaps/scissors.xbm +share/${PKGNAME}/Generator/bitmaps/act_folder.xbm share/${PKGNAME}/Generator/types.tcl +share/${PKGNAME}/Generator/text-japanese.tcl +share/${PKGNAME}/Generator/text-english.tcl share/${PKGNAME}/Generator/system.tcl.in share/${PKGNAME}/Generator/system.tcl share/${PKGNAME}/Generator/setup.tcl +share/${PKGNAME}/Generator/setup.el share/${PKGNAME}/Generator/setPages.tcl share/${PKGNAME}/Generator/save.tcl share/${PKGNAME}/Generator/parse.tcl @@ -32,14 +30,16 @@ share/${PKGNAME}/Generator/makeHelp.tcl share/${PKGNAME}/Generator/makeHelp share/${PKGNAME}/Generator/mail.tcl share/${PKGNAME}/Generator/load.tcl +share/${PKGNAME}/Generator/language.tcl share/${PKGNAME}/Generator/import.tcl share/${PKGNAME}/Generator/helpfile.data share/${PKGNAME}/Generator/help.tcl -share/${PKGNAME}/Generator/help.html -share/${PKGNAME}/Generator/generatedHelp +share/${PKGNAME}/Generator/help.japanese.html +share/${PKGNAME}/Generator/help.english.html +share/${PKGNAME}/Generator/generatedHelp.japanese +share/${PKGNAME}/Generator/generatedHelp.english share/${PKGNAME}/Generator/generate.tcl share/${PKGNAME}/Generator/functions.tcl -share/${PKGNAME}/Generator/TAGS share/${PKGNAME}/Generator/fillouts.tcl share/${PKGNAME}/Generator/extOptMenu.tcl share/${PKGNAME}/Generator/export.tcl @@ -47,212 +47,346 @@ share/${PKGNAME}/Generator/edit.tcl share/${PKGNAME}/Generator/dotfile.tcl share/${PKGNAME}/Generator/dialog.tcl share/${PKGNAME}/Generator/details.tcl +share/${PKGNAME}/Generator/command-japanese.tcl share/${PKGNAME}/Generator/combo.tcl share/${PKGNAME}/Generator/color.tcl share/${PKGNAME}/Generator/bytecompile.tcl share/${PKGNAME}/Generator/browser.tcl share/${PKGNAME}/Generator/Warranty -share/${PKGNAME}/Generator/versionUpdate.tcl -share/${PKGNAME}/Generator/Copying +share/${PKGNAME}/Generator/TODO +share/${PKGNAME}/Generator/TAGS share/${PKGNAME}/Generator/util.tcl -share/${PKGNAME}/fvwm2/save-files/distrib.save -share/${PKGNAME}/fvwm2/save-files/imada.save -share/${PKGNAME}/fvwm2/exports/contents -share/${PKGNAME}/fvwm2/exports/distrib.export -share/${PKGNAME}/fvwm2/exports/imada.export -share/${PKGNAME}/fvwm2/style.template -share/${PKGNAME}/fvwm2/paths.template -share/${PKGNAME}/fvwm2/mouse.template -share/${PKGNAME}/fvwm2/miscellaneous.template -share/${PKGNAME}/fvwm2/menus.template -share/${PKGNAME}/fvwm2/main.template -share/${PKGNAME}/fvwm2/keys.template -share/${PKGNAME}/fvwm2/info -share/${PKGNAME}/fvwm2/helpfile.data -share/${PKGNAME}/fvwm2/help.html -share/${PKGNAME}/fvwm2/generatedHelp -share/${PKGNAME}/fvwm2/fvwmrc_convert.in.44 -share/${PKGNAME}/fvwm2/fvwmrc_convert.in -share/${PKGNAME}/fvwm2/fvwmrc_convert -share/${PKGNAME}/fvwm2/fvwm2parser.tcl -share/${PKGNAME}/fvwm2/functions.template -share/${PKGNAME}/fvwm2/font.tcl -share/${PKGNAME}/fvwm2/decor.template -share/${PKGNAME}/fvwm2/colorsfonts.template -share/${PKGNAME}/fvwm2/buttons.template -share/${PKGNAME}/fvwm2/README -share/${PKGNAME}/fvwm2/FvwmWinList.template -share/${PKGNAME}/fvwm2/FvwmTalk.template -share/${PKGNAME}/fvwm2/FvwmScroll.template -share/${PKGNAME}/fvwm2/FvwmPager.template -share/${PKGNAME}/fvwm2/FvwmIdent.template -share/${PKGNAME}/fvwm2/FvwmIconMan.template -share/${PKGNAME}/fvwm2/FvwmIconBox.template -share/${PKGNAME}/fvwm2/FvwmButtons.template -share/${PKGNAME}/fvwm2/FvwmBanner.template -share/${PKGNAME}/fvwm2/FvwmBacker.template -share/${PKGNAME}/fvwm2/FvwmAuto.template -share/${PKGNAME}/fvwm2/virtual.template -share/${PKGNAME}/fvwm2/FvwmAudio.template -share/${PKGNAME}/fvwm2/tools.tcl -share/${PKGNAME}/fvwm2/bytecompile -share/${PKGNAME}/bash/save-files/author-export-1.save -share/${PKGNAME}/bash/save-files/author-export-2.save -share/${PKGNAME}/bash/exports/author-export-1.export -share/${PKGNAME}/bash/exports/author-export-2.export -share/${PKGNAME}/bash/exports/contents -share/${PKGNAME}/bash/sysLimits.template -share/${PKGNAME}/bash/prompting.template -share/${PKGNAME}/bash/promptWidget.template -share/${PKGNAME}/bash/path.template -share/${PKGNAME}/bash/main.template -share/${PKGNAME}/bash/mail.template -share/${PKGNAME}/bash/logo8.gif -share/${PKGNAME}/bash/logo1.gif -share/${PKGNAME}/bash/job.template -share/${PKGNAME}/bash/info -share/${PKGNAME}/bash/helpfile.data -share/${PKGNAME}/bash/help.html -share/${PKGNAME}/bash/generatedHelp -share/${PKGNAME}/bash/fileDir.template -share/${PKGNAME}/bash/errorHandling.template -share/${PKGNAME}/bash/completion.template -share/${PKGNAME}/bash/commLine.template -share/${PKGNAME}/bash/commHist.template -share/${PKGNAME}/bash/bindKey.template -share/${PKGNAME}/bash/alias.template -share/${PKGNAME}/bash/TODO -share/${PKGNAME}/bash/version.template -share/${PKGNAME}/bash/README -share/${PKGNAME}/bash/ttyApp.template -share/${PKGNAME}/bash/bytecompile -share/${PKGNAME}/tcsh/save-files/standard.save -share/${PKGNAME}/tcsh/save-files/complete.save -share/${PKGNAME}/tcsh/exports/contents -share/${PKGNAME}/tcsh/exports/standard.export -share/${PKGNAME}/tcsh/time.template -share/${PKGNAME}/tcsh/promptWidget.template -share/${PKGNAME}/tcsh/prompt.template -share/${PKGNAME}/tcsh/path.template -share/${PKGNAME}/tcsh/misc.template -share/${PKGNAME}/tcsh/main.template -share/${PKGNAME}/tcsh/logout.template -share/${PKGNAME}/tcsh/limit.template -share/${PKGNAME}/tcsh/jobs.template -share/${PKGNAME}/tcsh/info -share/${PKGNAME}/tcsh/history.template -share/${PKGNAME}/tcsh/helpfile.data -share/${PKGNAME}/tcsh/help.html -share/${PKGNAME}/tcsh/generatedHelp -share/${PKGNAME}/tcsh/files.template -share/${PKGNAME}/tcsh/editor.template -share/${PKGNAME}/tcsh/dirs.template -share/${PKGNAME}/tcsh/completion_user.template -share/${PKGNAME}/tcsh/completion_misc.template -share/${PKGNAME}/tcsh/bindings.template -share/${PKGNAME}/tcsh/alias.template -share/${PKGNAME}/tcsh/addset.template -share/${PKGNAME}/tcsh/watch.template -share/${PKGNAME}/tcsh/TAGS -share/${PKGNAME}/tcsh/util.tcl -share/${PKGNAME}/tcsh/bytecompile -share/${PKGNAME}/emacs/local/local.template -share/${PKGNAME}/emacs/save-files/Emacs.save -share/${PKGNAME}/emacs/exports/Emacs.export -share/${PKGNAME}/emacs/exports/contents -share/${PKGNAME}/emacs/saving.template -share/${PKGNAME}/emacs/python.template -share/${PKGNAME}/emacs/outline-mode.template -share/${PKGNAME}/emacs/modes-general.template -share/${PKGNAME}/emacs/misc.template -share/${PKGNAME}/emacs/main.template -share/${PKGNAME}/emacs/info -share/${PKGNAME}/emacs/html-helper-mode.template -share/${PKGNAME}/emacs/hilit-mode.template -share/${PKGNAME}/emacs/helpfile.data -share/${PKGNAME}/emacs/helper.template -share/${PKGNAME}/emacs/help.html -share/${PKGNAME}/emacs/generatedHelp -share/${PKGNAME}/emacs/comint-mode.template -share/${PKGNAME}/emacs/c-mode.template -share/${PKGNAME}/emacs/abbrev.template -share/${PKGNAME}/emacs/TAGS -share/${PKGNAME}/emacs/HELP -share/${PKGNAME}/emacs/util.tcl -share/${PKGNAME}/emacs/ChangeLog -share/${PKGNAME}/emacs/terminal.template -share/${PKGNAME}/emacs/tcl-mode.template -share/${PKGNAME}/emacs/bytecompile -share/${PKGNAME}/rtin/save-files/rtin.save -share/${PKGNAME}/rtin/exports/contents -share/${PKGNAME}/rtin/exports/rtin.export -share/${PKGNAME}/rtin/helpfile.data -share/${PKGNAME}/rtin/main.template -share/${PKGNAME}/rtin/info -share/${PKGNAME}/rtin/rtin-mod.template -share/${PKGNAME}/rtin/help.html -share/${PKGNAME}/rtin/generatedHelp -share/${PKGNAME}/rtin/rtinparser.tcl -share/${PKGNAME}/rtin/bytecompile -share/${PKGNAME}/elm/README -share/${PKGNAME}/elm/viewingcharset.template -share/${PKGNAME}/elm/viewer.template -share/${PKGNAME}/elm/version.template -share/${PKGNAME}/elm/textencoding.template -share/${PKGNAME}/elm/signature.template -share/${PKGNAME}/elm/quoting.template -share/${PKGNAME}/elm/optionmenu.template -share/${PKGNAME}/elm/navigation.template -share/${PKGNAME}/elm/main.template -share/${PKGNAME}/elm/layout.template -share/${PKGNAME}/elm/info -share/${PKGNAME}/elm/generel.template -share/${PKGNAME}/elm/folderdecision.template -share/${PKGNAME}/elm/foldercommunication.template -share/${PKGNAME}/elm/elmrc -share/${PKGNAME}/elm/elm-parser.tcl -share/${PKGNAME}/elm/editor.template -share/${PKGNAME}/elm/editingheaders.template -share/${PKGNAME}/elm/behavior.template -share/${PKGNAME}/elm/aliasmenu.template -share/${PKGNAME}/elm/viewingheaders.template -share/${PKGNAME}/elm/bytecompile -share/${PKGNAME}/fvwm1/save-files/system.save -share/${PKGNAME}/fvwm1/exports/contents -share/${PKGNAME}/fvwm1/exports/system.export -share/${PKGNAME}/fvwm1/paths.template -share/${PKGNAME}/fvwm1/modes.template -share/${PKGNAME}/fvwm1/menus.template -share/${PKGNAME}/fvwm1/main.template -share/${PKGNAME}/fvwm1/info -share/${PKGNAME}/fvwm1/fonts.template -share/${PKGNAME}/fvwm1/colors.template -share/${PKGNAME}/fvwm1/tools.tcl -share/${PKGNAME}/fvwm1/README -share/${PKGNAME}/fvwm1/ressources.template -share/${PKGNAME}/fvwm1/bytecompile -@dirrm share/${PKGNAME}/tcsh/save-files -@dirrm share/${PKGNAME}/tcsh/exports -@dirrm share/${PKGNAME}/tcsh -@dirrm share/${PKGNAME}/rtin/save-files -@dirrm share/${PKGNAME}/rtin/exports -@dirrm share/${PKGNAME}/rtin -@dirrm share/${PKGNAME}/fvwm2/save-files -@dirrm share/${PKGNAME}/fvwm2/exports -@dirrm share/${PKGNAME}/fvwm2 -@dirrm share/${PKGNAME}/fvwm1/save-files -@dirrm share/${PKGNAME}/fvwm1/exports -@dirrm share/${PKGNAME}/fvwm1 -@dirrm share/${PKGNAME}/emacs/save-files -@dirrm share/${PKGNAME}/emacs/local -@dirrm share/${PKGNAME}/emacs/exports -@dirrm share/${PKGNAME}/emacs -@dirrm share/${PKGNAME}/elm -@dirrm share/${PKGNAME}/bash/save-files -@dirrm share/${PKGNAME}/bash/exports -@dirrm share/${PKGNAME}/bash -@dirrm share/${PKGNAME}/Generator/oldVersions/1.1 -@dirrm share/${PKGNAME}/Generator/oldVersions +share/${PKGNAME}/Generator/Copying +share/${PKGNAME}/english/bash/save-files/author-export-1.save +share/${PKGNAME}/english/bash/save-files/author-export-2.save +share/${PKGNAME}/english/bash/exports/author-export-1.export +share/${PKGNAME}/english/bash/exports/author-export-2.export +share/${PKGNAME}/english/bash/exports/contents +share/${PKGNAME}/english/bash/ttyApp.template +share/${PKGNAME}/english/bash/sysLimits.template +share/${PKGNAME}/english/bash/prompting.template +share/${PKGNAME}/english/bash/promptWidget.template +share/${PKGNAME}/english/bash/path.template +share/${PKGNAME}/english/bash/main.template +share/${PKGNAME}/english/bash/mail.template +share/${PKGNAME}/english/bash/logo8.gif +share/${PKGNAME}/english/bash/logo1.gif +share/${PKGNAME}/english/bash/job.template +share/${PKGNAME}/english/bash/info +share/${PKGNAME}/english/bash/help.html +share/${PKGNAME}/english/bash/generatedHelp.english +share/${PKGNAME}/english/bash/fileDir.template +share/${PKGNAME}/english/bash/errorHandling.template +share/${PKGNAME}/english/bash/completion.template +share/${PKGNAME}/english/bash/commLine.template +share/${PKGNAME}/english/bash/TODO +share/${PKGNAME}/english/bash/commHist.template +share/${PKGNAME}/english/bash/bindKey.template +share/${PKGNAME}/english/bash/alias.template +share/${PKGNAME}/english/bash/version.template +share/${PKGNAME}/english/bash/README +share/${PKGNAME}/english/bash/version +share/${PKGNAME}/english/elm/README +share/${PKGNAME}/english/elm/viewingcharset.template +share/${PKGNAME}/english/elm/viewer.template +share/${PKGNAME}/english/elm/version.template +share/${PKGNAME}/english/elm/version +share/${PKGNAME}/english/elm/textencoding.template +share/${PKGNAME}/english/elm/signature.template +share/${PKGNAME}/english/elm/quoting.template +share/${PKGNAME}/english/elm/optionmenu.template +share/${PKGNAME}/english/elm/navigation.template +share/${PKGNAME}/english/elm/main.template +share/${PKGNAME}/english/elm/layout.template +share/${PKGNAME}/english/elm/info +share/${PKGNAME}/english/elm/generel.template +share/${PKGNAME}/english/elm/folderdecision.template +share/${PKGNAME}/english/elm/foldercommunication.template +share/${PKGNAME}/english/elm/elm-parser.tcl +share/${PKGNAME}/english/elm/editor.template +share/${PKGNAME}/english/elm/editingheaders.template +share/${PKGNAME}/english/elm/behavior.template +share/${PKGNAME}/english/elm/aliasmenu.template +share/${PKGNAME}/english/elm/viewingheaders.template +share/${PKGNAME}/english/fvwm1/save-files/system.save +share/${PKGNAME}/english/fvwm1/exports/contents +share/${PKGNAME}/english/fvwm1/exports/system.export +share/${PKGNAME}/english/fvwm1/ressources.template +share/${PKGNAME}/english/fvwm1/paths.template +share/${PKGNAME}/english/fvwm1/modes.template +share/${PKGNAME}/english/fvwm1/menus.template +share/${PKGNAME}/english/fvwm1/main.template +share/${PKGNAME}/english/fvwm1/info +share/${PKGNAME}/english/fvwm1/fonts.template +share/${PKGNAME}/english/fvwm1/colors.template +share/${PKGNAME}/english/fvwm1/version +share/${PKGNAME}/english/fvwm1/README +share/${PKGNAME}/english/fvwm1/tools.tcl +share/${PKGNAME}/english/fvwm2/save-files/distrib.save +share/${PKGNAME}/english/fvwm2/save-files/imada.save +share/${PKGNAME}/english/fvwm2/exports/contents +share/${PKGNAME}/english/fvwm2/exports/distrib.export +share/${PKGNAME}/english/fvwm2/exports/imada.export +share/${PKGNAME}/english/fvwm2/tools.tcl +share/${PKGNAME}/english/fvwm2/style.template +share/${PKGNAME}/english/fvwm2/paths.template +share/${PKGNAME}/english/fvwm2/patch +share/${PKGNAME}/english/fvwm2/mouse.template +share/${PKGNAME}/english/fvwm2/miscellaneous.template +share/${PKGNAME}/english/fvwm2/menus.template +share/${PKGNAME}/english/fvwm2/main.template +share/${PKGNAME}/english/fvwm2/keys.template +share/${PKGNAME}/english/fvwm2/info +share/${PKGNAME}/english/fvwm2/help.html +share/${PKGNAME}/english/fvwm2/generatedHelp.english +share/${PKGNAME}/english/fvwm2/fvwmrc_convert.in.44 +share/${PKGNAME}/english/fvwm2/fvwmrc_convert.in +share/${PKGNAME}/english/fvwm2/fvwmrc_convert +share/${PKGNAME}/english/fvwm2/fvwm2parser.tcl +share/${PKGNAME}/english/fvwm2/functions.template +share/${PKGNAME}/english/fvwm2/font.tcl +share/${PKGNAME}/english/fvwm2/README +share/${PKGNAME}/english/fvwm2/decor.template +share/${PKGNAME}/english/fvwm2/colorsfonts.template +share/${PKGNAME}/english/fvwm2/buttons.template +share/${PKGNAME}/english/fvwm2/FvwmWinList.template +share/${PKGNAME}/english/fvwm2/FvwmTalk.template +share/${PKGNAME}/english/fvwm2/FvwmScroll.template +share/${PKGNAME}/english/fvwm2/FvwmPager.template +share/${PKGNAME}/english/fvwm2/FvwmIdent.template +share/${PKGNAME}/english/fvwm2/FvwmIconMan.template +share/${PKGNAME}/english/fvwm2/FvwmIconBox.template +share/${PKGNAME}/english/fvwm2/FvwmButtons.template +share/${PKGNAME}/english/fvwm2/FvwmBanner.template +share/${PKGNAME}/english/fvwm2/FvwmBacker.template +share/${PKGNAME}/english/fvwm2/FvwmAuto.template +share/${PKGNAME}/english/fvwm2/virtual.template +share/${PKGNAME}/english/fvwm2/FvwmAudio.template +share/${PKGNAME}/english/fvwm2/version +share/${PKGNAME}/english/ipfwadm/allowhost.template +share/${PKGNAME}/english/ipfwadm/md5sums.asc +share/${PKGNAME}/english/ipfwadm/masq.template +share/${PKGNAME}/english/ipfwadm/main.template +share/${PKGNAME}/english/ipfwadm/isp.template +share/${PKGNAME}/english/ipfwadm/iputil.tcl +share/${PKGNAME}/english/ipfwadm/info +share/${PKGNAME}/english/ipfwadm/general.template +share/${PKGNAME}/english/ipfwadm/denyserviceglobal.template +share/${PKGNAME}/english/ipfwadm/denyptp.template +share/${PKGNAME}/english/ipfwadm/denylocalhost.template +share/${PKGNAME}/english/ipfwadm/denyhost.template +share/${PKGNAME}/english/ipfwadm/defaultinetpolicy.template +share/${PKGNAME}/english/ipfwadm/allowserviceglobal.template +share/${PKGNAME}/english/ipfwadm/allowptp.template +share/${PKGNAME}/english/ipfwadm/allowlocalhost.template +share/${PKGNAME}/english/ipfwadm/allowlocalfirewall.template +share/${PKGNAME}/english/ipfwadm/version +share/${PKGNAME}/english/procmail/exports/contents +share/${PKGNAME}/english/procmail/exports/examples.export +share/${PKGNAME}/english/procmail/exports/filter.export +share/${PKGNAME}/english/procmail/save-files/examples.save +share/${PKGNAME}/english/procmail/save-files/filter.save +share/${PKGNAME}/english/procmail/system.tcl.in +share/${PKGNAME}/english/procmail/system.tcl +share/${PKGNAME}/english/procmail/recipes.template +share/${PKGNAME}/english/procmail/recipes-save.template +share/${PKGNAME}/english/procmail/mkdirhier.in +share/${PKGNAME}/english/procmail/mkdirhier +share/${PKGNAME}/english/procmail/main.template +share/${PKGNAME}/english/procmail/logcheck.in +share/${PKGNAME}/english/procmail/logcheck +share/${PKGNAME}/english/procmail/info +share/${PKGNAME}/english/procmail/help.html +share/${PKGNAME}/english/procmail/generatedHelp.english +share/${PKGNAME}/english/procmail/general.template +share/${PKGNAME}/english/procmail/filter.in +share/${PKGNAME}/english/procmail/filter +share/${PKGNAME}/english/procmail/files.template +share/${PKGNAME}/english/procmail/configure.in +share/${PKGNAME}/english/procmail/configure +share/${PKGNAME}/english/procmail/backup.template +share/${PKGNAME}/english/procmail/TODO +share/${PKGNAME}/english/procmail/TDG-advertisment +share/${PKGNAME}/english/procmail/Makefile +share/${PKGNAME}/english/procmail/version +share/${PKGNAME}/english/procmail/ChangeLog +share/${PKGNAME}/english/procmail/util.tcl +share/${PKGNAME}/english/rtin/save-files/rtin.save +share/${PKGNAME}/english/rtin/exports/contents +share/${PKGNAME}/english/rtin/exports/rtin.export +share/${PKGNAME}/english/rtin/rtin-mod.template +share/${PKGNAME}/english/rtin/version +share/${PKGNAME}/english/rtin/info +share/${PKGNAME}/english/rtin/help.html +share/${PKGNAME}/english/rtin/generatedHelp.english +share/${PKGNAME}/english/rtin/main.template +share/${PKGNAME}/english/rtin/rtinparser.tcl +share/${PKGNAME}/english/tcsh/save-files/complete.save +share/${PKGNAME}/english/tcsh/save-files/standard.save +share/${PKGNAME}/english/tcsh/exports/complete.export +share/${PKGNAME}/english/tcsh/exports/contents +share/${PKGNAME}/english/tcsh/exports/standard.export +share/${PKGNAME}/english/tcsh/util.tcl +share/${PKGNAME}/english/tcsh/time.template +share/${PKGNAME}/english/tcsh/promptWidget.template +share/${PKGNAME}/english/tcsh/prompt.template +share/${PKGNAME}/english/tcsh/path.template +share/${PKGNAME}/english/tcsh/misc.template +share/${PKGNAME}/english/tcsh/main.template +share/${PKGNAME}/english/tcsh/logout.template +share/${PKGNAME}/english/tcsh/limit.template +share/${PKGNAME}/english/tcsh/jobs.template +share/${PKGNAME}/english/tcsh/info +share/${PKGNAME}/english/tcsh/history.template +share/${PKGNAME}/english/tcsh/help.html +share/${PKGNAME}/english/tcsh/generatedHelp.english +share/${PKGNAME}/english/tcsh/files.template +share/${PKGNAME}/english/tcsh/editor.template +share/${PKGNAME}/english/tcsh/dirs.template +share/${PKGNAME}/english/tcsh/completion_user.template +share/${PKGNAME}/english/tcsh/completion_misc.template +share/${PKGNAME}/english/tcsh/bindings.template +share/${PKGNAME}/english/tcsh/alias.template +share/${PKGNAME}/english/tcsh/addset.template +share/${PKGNAME}/english/tcsh/watch.template +share/${PKGNAME}/english/tcsh/TCSH.NOTE +share/${PKGNAME}/english/tcsh/version +share/${PKGNAME}/japanese/canna/dic.template +share/${PKGNAME}/japanese/canna/tab.template +share/${PKGNAME}/japanese/canna/symbol.template +share/${PKGNAME}/japanese/canna/mode.template +share/${PKGNAME}/japanese/canna/menu.template +share/${PKGNAME}/japanese/canna/main.template.in +share/${PKGNAME}/japanese/canna/main.template +share/${PKGNAME}/japanese/canna/key.template +share/${PKGNAME}/japanese/canna/info +share/${PKGNAME}/japanese/canna/help.html +share/${PKGNAME}/japanese/canna/generatedHelp.japanese +share/${PKGNAME}/japanese/canna/version +share/${PKGNAME}/japanese/fvwm1/exports/contents +share/${PKGNAME}/japanese/fvwm1/exports/system.export +share/${PKGNAME}/japanese/fvwm1/save-files/system.save +share/${PKGNAME}/japanese/fvwm1/tools.tcl +share/${PKGNAME}/japanese/fvwm1/ressources.template +share/${PKGNAME}/japanese/fvwm1/paths.template +share/${PKGNAME}/japanese/fvwm1/modes.template +share/${PKGNAME}/japanese/fvwm1/menus.template +share/${PKGNAME}/japanese/fvwm1/main.template.in +share/${PKGNAME}/japanese/fvwm1/main.template +share/${PKGNAME}/japanese/fvwm1/info +share/${PKGNAME}/japanese/fvwm1/help.html +share/${PKGNAME}/japanese/fvwm1/generatedHelp.japanese +share/${PKGNAME}/japanese/fvwm1/fonts.template +share/${PKGNAME}/japanese/fvwm1/colors.template +share/${PKGNAME}/japanese/fvwm1/about.Japanese.template +share/${PKGNAME}/japanese/fvwm1/TRANSLATOR +share/${PKGNAME}/japanese/fvwm1/README +share/${PKGNAME}/japanese/fvwm1/version +share/${PKGNAME}/japanese/fvwm1/CAUTION.for.japanese +share/${PKGNAME}/japanese/fvwm1/trace +share/${PKGNAME}/japanese/fvwm2/exports/contents +share/${PKGNAME}/japanese/fvwm2/exports/distrib.export +share/${PKGNAME}/japanese/fvwm2/exports/imada.export +share/${PKGNAME}/japanese/fvwm2/save-files/distrib.save +share/${PKGNAME}/japanese/fvwm2/save-files/imada.save +share/${PKGNAME}/japanese/fvwm2/tools.tcl +share/${PKGNAME}/japanese/fvwm2/style.template +share/${PKGNAME}/japanese/fvwm2/paths.template +share/${PKGNAME}/japanese/fvwm2/patch +share/${PKGNAME}/japanese/fvwm2/mouse.template +share/${PKGNAME}/japanese/fvwm2/miscellaneous.template +share/${PKGNAME}/japanese/fvwm2/menus.template +share/${PKGNAME}/japanese/fvwm2/main.template +share/${PKGNAME}/japanese/fvwm2/keys.template +share/${PKGNAME}/japanese/fvwm2/info +share/${PKGNAME}/japanese/fvwm2/help.html +share/${PKGNAME}/japanese/fvwm2/generatedHelp.japanese +share/${PKGNAME}/japanese/fvwm2/fvwmrc_convert.in.44 +share/${PKGNAME}/japanese/fvwm2/fvwmrc_convert.in +share/${PKGNAME}/japanese/fvwm2/fvwmrc_convert +share/${PKGNAME}/japanese/fvwm2/fvwm2parser.tcl +share/${PKGNAME}/japanese/fvwm2/functions.template +share/${PKGNAME}/japanese/fvwm2/font.tcl +share/${PKGNAME}/japanese/fvwm2/README +share/${PKGNAME}/japanese/fvwm2/decor.template +share/${PKGNAME}/japanese/fvwm2/colorsfonts.template +share/${PKGNAME}/japanese/fvwm2/buttons.template +share/${PKGNAME}/japanese/fvwm2/about.Japanese.template +share/${PKGNAME}/japanese/fvwm2/TRANSLATOR +share/${PKGNAME}/japanese/fvwm2/TRANSLATER +share/${PKGNAME}/japanese/fvwm2/TODO.japanese +share/${PKGNAME}/japanese/fvwm2/FvwmWinList.template +share/${PKGNAME}/japanese/fvwm2/FvwmTalk.template +share/${PKGNAME}/japanese/fvwm2/FvwmScroll.template +share/${PKGNAME}/japanese/fvwm2/FvwmPager.template +share/${PKGNAME}/japanese/fvwm2/FvwmIdent.template +share/${PKGNAME}/japanese/fvwm2/FvwmIconMan.template +share/${PKGNAME}/japanese/fvwm2/FvwmIconBox.template +share/${PKGNAME}/japanese/fvwm2/FvwmButtons.template +share/${PKGNAME}/japanese/fvwm2/FvwmBanner.template +share/${PKGNAME}/japanese/fvwm2/FvwmBacker.template +share/${PKGNAME}/japanese/fvwm2/FvwmAuto.template +share/${PKGNAME}/japanese/fvwm2/FvwmAudio.template +share/${PKGNAME}/japanese/fvwm2/virtual.template +share/${PKGNAME}/japanese/fvwm2/CAUTION.for.japanese +share/${PKGNAME}/japanese/fvwm2/version +share/doc/${PKGNAME}/dotfile/config_page.jpg +share/doc/${PKGNAME}/dotfile/extentry1.jpg +share/doc/${PKGNAME}/dotfile/extentry2.jpg +share/doc/${PKGNAME}/dotfile/index.html +share/doc/${PKGNAME}/dotfile/job_control.gif +share/doc/${PKGNAME}/dotfile/logo.gif +share/doc/${PKGNAME}/dotfile/menu_window.jpg +share/doc/${PKGNAME}/dotfile/prompt.jpg +share/doc/${PKGNAME}/index.html +share/doc/${PKGNAME}/procmail/backup.jpg +share/doc/${PKGNAME}/procmail/general.jpg +share/doc/${PKGNAME}/procmail/gray-g3.gif +share/doc/${PKGNAME}/procmail/header.jpg +share/doc/${PKGNAME}/procmail/index.html +share/doc/${PKGNAME}/procmail/main.jpg +share/doc/${PKGNAME}/procmail/recipes.jpg +share/doc/${PKGNAME}/procmail/recipes-with-numbers.jpg +share/doc/${PKGNAME}/tcsh/index.html +share/doc/${PKGNAME}/tcsh/lil2cent.gif +share/doc/${PKGNAME}/tcsh/pattern.gif +share/doc/${PKGNAME}/tcsh/pattern2.gif +share/doc/${PKGNAME}/tcsh/posdef.gif +share/doc/${PKGNAME}/tcsh/prompt.gif +share/doc/${PKGNAME}/tcsh/time.gif +share/doc/${PKGNAME}/tcsh/userdef.gif +@dirrm share/${PKGNAME}/japanese/fvwm2/save-files +@dirrm share/${PKGNAME}/japanese/fvwm2/exports +@dirrm share/${PKGNAME}/japanese/fvwm2 +@dirrm share/${PKGNAME}/japanese/fvwm1/save-files +@dirrm share/${PKGNAME}/japanese/fvwm1/exports +@dirrm share/${PKGNAME}/japanese/fvwm1 +@dirrm share/${PKGNAME}/japanese/canna +@dirrm share/${PKGNAME}/japanese +@dirrm share/${PKGNAME}/english/tcsh/save-files +@dirrm share/${PKGNAME}/english/tcsh/exports +@dirrm share/${PKGNAME}/english/tcsh +@dirrm share/${PKGNAME}/english/rtin/save-files +@dirrm share/${PKGNAME}/english/rtin/exports +@dirrm share/${PKGNAME}/english/rtin +@dirrm share/${PKGNAME}/english/procmail/save-files +@dirrm share/${PKGNAME}/english/procmail/exports +@dirrm share/${PKGNAME}/english/procmail +@dirrm share/${PKGNAME}/english/ipfwadm +@dirrm share/${PKGNAME}/english/fvwm2/save-files +@dirrm share/${PKGNAME}/english/fvwm2/exports +@dirrm share/${PKGNAME}/english/fvwm2 +@dirrm share/${PKGNAME}/english/fvwm1/save-files +@dirrm share/${PKGNAME}/english/fvwm1/exports +@dirrm share/${PKGNAME}/english/fvwm1 +@dirrm share/${PKGNAME}/english/elm +@dirrm share/${PKGNAME}/english/bash/save-files +@dirrm share/${PKGNAME}/english/bash/exports +@dirrm share/${PKGNAME}/english/bash +@dirrm share/${PKGNAME}/english @dirrm share/${PKGNAME}/Generator/bitmaps @dirrm share/${PKGNAME}/Generator -@dirrm share/${PKGNAME} +@dirrm share/doc/${PKGNAME}/tcsh +@dirrm share/doc/${PKGNAME}/procmail +@dirrm share/doc/${PKGNAME}/dotfile +@dirrm share/doc/${PKGNAME} |