diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-23 04:10:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-23 04:10:15 +0000 |
commit | 79053065b7a723e8ec0f6c02e9c4db129c996a7a (patch) | |
tree | 44439c3d8e49f52b3380209783cbe60e8dbf46ea | |
parent | 85d9c74f37aad82707d5b80fc5631aa4e1ac63ed (diff) | |
download | ports-79053065b7a723e8ec0f6c02e9c4db129c996a7a.tar.gz ports-79053065b7a723e8ec0f6c02e9c4db129c996a7a.zip |
Notes
-rw-r--r-- | misc/dotfile/Makefile | 30 | ||||
-rw-r--r-- | misc/dotfile/distinfo | 2 | ||||
-rw-r--r-- | misc/dotfile/files/patch-aa | 85 | ||||
-rw-r--r-- | misc/dotfile/files/patch-ab | 49 | ||||
-rw-r--r-- | misc/dotfile/files/patch-ac | 19 | ||||
-rw-r--r-- | misc/dotfile/files/patch-ad | 31 | ||||
-rw-r--r-- | misc/dotfile/files/patch-ae | 14 | ||||
-rw-r--r-- | misc/dotfile/pkg-message | 2 | ||||
-rw-r--r-- | misc/dotfile/pkg-plist | 570 |
9 files changed, 547 insertions, 255 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 1e2b8eea6e39..c9c0a4ab4f4f 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -3,10 +3,10 @@ # Date created: 11/12/96 # Whom: oly@world.std.com # -# $Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp $ +# $Id: Makefile,v 1.6 1997/11/22 20:38:23 jseger Exp $ # -DISTNAME= dotfile-2.0 +DISTNAME= dotfile-2.2 CATEGORIES= misc tk80 MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/ @@ -18,10 +18,32 @@ RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes MAN1= dotfile.1 -do-build: - @${DO_NADA} +NO_BUILD= yes + +pre-fetch: +.if !defined(PROCMAIL) + @${ECHO_MSG} "This port requires an extra configure if you intend to use it to create procmailrc files. If you'd like this capability restart with \"make PROCMAIL=yes\"." + @${ECHO_MSG} "" + @${ECHO_MSG} "If you choose not to compile in this capability now, you can add it later by running configure in ${PREFIX}/${DISTNAME}/procmail." +.endif + +post-configure: +.if defined(PROCMAIL) + @(cd ${WRKSRC}/Modules/procmail && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \ + INSTALL="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) +.endif post-install: + @${MKDIR} ${PREFIX}/share/doc/${DISTNAME} + @${MKDIR} ${PREFIX}/share/doc/${DISTNAME}/dotfile + @${MKDIR} ${PREFIX}/share/doc/${DISTNAME}/procmail + @${MKDIR} ${PREFIX}/share/doc/${DISTNAME}/tcsh + ${INSTALL_DATA} ${WRKSRC}/Doc/index.html ${PREFIX}/share/doc/${DISTNAME} + ${INSTALL_DATA} ${WRKSRC}/Doc/dotfile/* ${PREFIX}/share/doc/${DISTNAME}/dotfile + ${INSTALL_DATA} ${WRKSRC}/Doc/tcsh/* ${PREFIX}/share/doc/${DISTNAME}/tcsh + ${INSTALL_DATA} ${WRKSRC}/Doc/procmail/* ${PREFIX}/share/doc/${DISTNAME}/procmail @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> diff --git a/misc/dotfile/distinfo b/misc/dotfile/distinfo index d51a20bee0e7..4ab712905e13 100644 --- a/misc/dotfile/distinfo +++ b/misc/dotfile/distinfo @@ -1 +1 @@ -MD5 (dotfile-2.0.tar.gz) = efe6b64d425b6f6f2ae6f44648b597fd +MD5 (dotfile-2.2.tar.gz) = 37be5ea69332c6ee7b6010fc4db2065a diff --git a/misc/dotfile/files/patch-aa b/misc/dotfile/files/patch-aa index 418b8761adf1..3fe5dab96909 100644 --- a/misc/dotfile/files/patch-aa +++ b/misc/dotfile/files/patch-aa @@ -1,20 +1,65 @@ ---- configure.orig Fri Jan 31 08:09:10 1997 -+++ configure Sat Nov 22 15:25:48 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 +*** Makefile.in.orig Sun Dec 21 06:40:34 1997 +--- Makefile.in Sun Feb 22 11:07:08 1998 +*************** +*** 23,48 **** + 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: +--- 23,33 ---- +*************** +*** 58,64 **** + done + cp dotfile.1 $(mandir) + -@RM@ $(bindir)/dotfile +! -@LN@ -s $(bindir)/dotfile-$(version) $(bindir)/dotfile + chmod 755 $(bindir)/dotfile + chmod 755 $(bindir)/dotfile-$(version) + +--- 43,49 ---- + done + cp dotfile.1 $(mandir) + -@RM@ $(bindir)/dotfile +! -@LN@ -s dotfile-$(version) $(bindir)/dotfile + chmod 755 $(bindir)/dotfile + chmod 755 $(bindir)/dotfile-$(version) + +*************** +*** 72,78 **** + fvwm1 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!"; \ +--- 57,63 ---- + fvwm1 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!"; \ diff --git a/misc/dotfile/files/patch-ab b/misc/dotfile/files/patch-ab new file mode 100644 index 000000000000..97ebeb2cbbf0 --- /dev/null +++ b/misc/dotfile/files/patch-ab @@ -0,0 +1,49 @@ +*** configure.in.orig Sun Dec 21 06:40:27 1997 +--- configure.in Sun Feb 22 09:55:53 1998 +*************** +*** 25,37 **** + dnl remove until the next comment line + dnl and rerun autoconf (or mail blackie@imada.ou.dk) + +- echo "######################################################################" +- echo "######################################################################" +- echo If the configure script does not work, then please report to +- echo blackie@imada.ou.dk, and edit configure.in. +- echo "######################################################################" +- echo "######################################################################" +- + AC_PATH_PROGS(WISHnew, wish8.0 wish4.2 wish4.1 wish4.0,no) + AC_PATH_PROGS(WISHnothing, wish, no) + if test "$WISHnew" != "no" -a "$WISHnothing" != "no"; then +--- 25,30 ---- +*************** +*** 53,68 **** + AC_PATH_PROGS(WISH, wish8.0 wish4.2 wish4.1 wish4.0 wish, no) + if test "$WISH" = no; then + AC_MSG_ERROR(I couldn't find 'wish' please insert it into your path and try again) +- else +- echo "####################################################################" +- echo "####################################################################" +- echo " WARNING" +- echo "You do not have a link from wish to \"$WISH\"." +- echo "This means that the executable dotfile does not work, when you" +- echo "upgrade wish! In this case edit \"dotfile\" !" +- echo "####################################################################" +- echo "####################################################################" +- fi + fi + dnl ############################################################ + dnl The dotfile generator require tclsh, if it can not be found +--- 46,51 ---- +*************** +*** 134,142 **** + chmod 755 dotfile + chmod 755 Modules/fvwm2/fvwmrc_convert + +- echo ---------------------------------------------------------------------- +- echo ---------------------------------------------------------------------- +- echo please login to your mail host, go to the directory Modules/procmail +- echo and run ./configure from there. +- echo ---------------------------------------------------------------------- +- echo ---------------------------------------------------------------------- +--- 117,119 ---- diff --git a/misc/dotfile/files/patch-ac b/misc/dotfile/files/patch-ac new file mode 100644 index 000000000000..f61e160deb84 --- /dev/null +++ b/misc/dotfile/files/patch-ac @@ -0,0 +1,19 @@ +*** Modules/procmail/configure.in.orig Sat Feb 21 15:20:04 1998 +--- Modules/procmail/configure.in Sat Feb 21 15:20:19 1998 +*************** +*** 13,19 **** + echo "----------------------------------------------------------------------" + + +! AC_PATH_PROGS(TCLSH, tclsh7.6 tclsh7.5 tclsh7.4 tclsh, no) + if test "$TCLSH" = no; then + AC_MSG_ERROR(I couldn't find 'tclsh' please insert it into your pa + th and try again) +--- 13,19 ---- + echo "----------------------------------------------------------------------" + + +! AC_PATH_PROGS(TCLSH, tclsh8.0 tclsh7.6 tclsh7.5 tclsh7.4 tclsh, no) + if test "$TCLSH" = no; then + AC_MSG_ERROR(I couldn't find 'tclsh' please insert it into your pa + th and try again) diff --git a/misc/dotfile/files/patch-ad b/misc/dotfile/files/patch-ad new file mode 100644 index 000000000000..eba86e8e2333 --- /dev/null +++ b/misc/dotfile/files/patch-ad @@ -0,0 +1,31 @@ +*** Modules/procmail/configure.orig Sun Dec 21 06:40:33 1997 +--- Modules/procmail/configure Sun Feb 22 18:11:20 1998 +*************** +*** 519,537 **** + + + +! echo "----------------------------------------------------------------------" +! echo "----------------------------------------------------------------------" +! echo "Please note that the configure script for procmail has to be run on" +! echo "your mailhost! This is important, since the mailhost may have separate" +! echo "file systems, and thus have other programs, than your current host!" +! echo "If this is not your mail host, please rlogin to it and run" +! echo "Modules/procmail/configure on it, or edit Modules/procmail/system.tcl" +! echo "accordingly!" +! echo "----------------------------------------------------------------------" +! echo "----------------------------------------------------------------------" +! +! +! for ac_prog in 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 +--- 519,525 ---- + + + +! 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/files/patch-ae b/misc/dotfile/files/patch-ae new file mode 100644 index 000000000000..23c3700f67d8 --- /dev/null +++ b/misc/dotfile/files/patch-ae @@ -0,0 +1,14 @@ +*** configure.orig Sun Feb 22 10:05:56 1998 +--- configure Sun Feb 22 10:06:13 1998 +*************** +*** 1427,1435 **** + chmod 755 dotfile + chmod 755 Modules/fvwm2/fvwmrc_convert + +- echo ---------------------------------------------------------------------- +- echo ---------------------------------------------------------------------- +- echo please login to your mail host, go to the directory Modules/procmail +- echo and run ./configure from there. +- echo ---------------------------------------------------------------------- +- echo ---------------------------------------------------------------------- +--- 1427,1429 ---- diff --git a/misc/dotfile/pkg-message b/misc/dotfile/pkg-message index a91a9082f2d3..dcc663cb2c5f 100644 --- a/misc/dotfile/pkg-message +++ b/misc/dotfile/pkg-message @@ -1 +1,3 @@ Check out dotfile's useful homepage http://www.imada.ou.dk/~blackie/dotfile/ + +In addition there are HTML docs in /usr/local/share/doc/dotfile-2.2. diff --git a/misc/dotfile/pkg-plist b/misc/dotfile/pkg-plist index eae88eda1784..ae0d77903994 100644 --- a/misc/dotfile/pkg-plist +++ b/misc/dotfile/pkg-plist @@ -1,232 +1,342 @@ +bin/dotfile-2.2 bin/dotfile -bin/dotfile-2.0 man/man1/dotfile.1.gz -share/dotfile-2.0/Generator/bitmaps/Down -share/dotfile-2.0/Generator/bitmaps/act_folder.xbm -share/dotfile-2.0/Generator/bitmaps/file.xbm -share/dotfile-2.0/Generator/bitmaps/folder.xbm -share/dotfile-2.0/Generator/bitmaps/idx.xbm -share/dotfile-2.0/Generator/bitmaps/scissors.xbm -share/dotfile-2.0/Generator/bitmaps/new.xbm -share/dotfile-2.0/Generator/bitmaps/GeneratorLogo.gif -share/dotfile-2.0/Generator/bitmaps/folder_center.xbm -share/dotfile-2.0/Generator/bitmaps/Left -share/dotfile-2.0/Generator/bitmaps/Right -share/dotfile-2.0/Generator/bitmaps/Up -share/dotfile-2.0/Generator/bitmaps/ComboBox.xbm -share/dotfile-2.0/Generator/oldVersions/1.1/tcsh -share/dotfile-2.0/Generator/oldVersions/1.1/Emacs -share/dotfile-2.0/Generator/oldVersions/1.1/fvwm -share/dotfile-2.0/Generator/oldVersions/1.1/Fvwm -share/dotfile-2.0/Generator/update-from-1.1.tcl -share/dotfile-2.0/Generator/types.tcl -share/dotfile-2.0/Generator/system.tcl.in -share/dotfile-2.0/Generator/system.tcl -share/dotfile-2.0/Generator/setup.tcl -share/dotfile-2.0/Generator/setPages.tcl -share/dotfile-2.0/Generator/save.tcl -share/dotfile-2.0/Generator/parse.tcl -share/dotfile-2.0/Generator/menus.tcl -share/dotfile-2.0/Generator/makeHelp.tcl -share/dotfile-2.0/Generator/makeHelp -share/dotfile-2.0/Generator/mail.tcl -share/dotfile-2.0/Generator/load.tcl -share/dotfile-2.0/Generator/import.tcl -share/dotfile-2.0/Generator/helpfile.data -share/dotfile-2.0/Generator/help.tcl -share/dotfile-2.0/Generator/help.html -share/dotfile-2.0/Generator/generatedHelp -share/dotfile-2.0/Generator/generate.tcl -share/dotfile-2.0/Generator/functions.tcl -share/dotfile-2.0/Generator/TAGS -share/dotfile-2.0/Generator/fillouts.tcl -share/dotfile-2.0/Generator/extOptMenu.tcl -share/dotfile-2.0/Generator/export.tcl -share/dotfile-2.0/Generator/edit.tcl -share/dotfile-2.0/Generator/dotfile.tcl -share/dotfile-2.0/Generator/dialog.tcl -share/dotfile-2.0/Generator/details.tcl -share/dotfile-2.0/Generator/combo.tcl -share/dotfile-2.0/Generator/color.tcl -share/dotfile-2.0/Generator/bytecompile.tcl -share/dotfile-2.0/Generator/browser.tcl -share/dotfile-2.0/Generator/Warranty -share/dotfile-2.0/Generator/versionUpdate.tcl -share/dotfile-2.0/Generator/Copying -share/dotfile-2.0/Generator/util.tcl -share/dotfile-2.0/fvwm2/save-files/distrib.save -share/dotfile-2.0/fvwm2/save-files/imada.save -share/dotfile-2.0/fvwm2/exports/contents -share/dotfile-2.0/fvwm2/exports/distrib.export -share/dotfile-2.0/fvwm2/exports/imada.export -share/dotfile-2.0/fvwm2/style.template -share/dotfile-2.0/fvwm2/paths.template -share/dotfile-2.0/fvwm2/mouse.template -share/dotfile-2.0/fvwm2/miscellaneous.template -share/dotfile-2.0/fvwm2/menus.template -share/dotfile-2.0/fvwm2/main.template -share/dotfile-2.0/fvwm2/keys.template -share/dotfile-2.0/fvwm2/info -share/dotfile-2.0/fvwm2/helpfile.data -share/dotfile-2.0/fvwm2/help.html -share/dotfile-2.0/fvwm2/generatedHelp -share/dotfile-2.0/fvwm2/fvwmrc_convert.in.44 -share/dotfile-2.0/fvwm2/fvwmrc_convert.in -share/dotfile-2.0/fvwm2/fvwmrc_convert -share/dotfile-2.0/fvwm2/fvwm2parser.tcl -share/dotfile-2.0/fvwm2/functions.template -share/dotfile-2.0/fvwm2/font.tcl -share/dotfile-2.0/fvwm2/decor.template -share/dotfile-2.0/fvwm2/colorsfonts.template -share/dotfile-2.0/fvwm2/buttons.template -share/dotfile-2.0/fvwm2/README -share/dotfile-2.0/fvwm2/FvwmWinList.template -share/dotfile-2.0/fvwm2/FvwmTalk.template -share/dotfile-2.0/fvwm2/FvwmScroll.template -share/dotfile-2.0/fvwm2/FvwmPager.template -share/dotfile-2.0/fvwm2/FvwmIdent.template -share/dotfile-2.0/fvwm2/FvwmIconMan.template -share/dotfile-2.0/fvwm2/FvwmIconBox.template -share/dotfile-2.0/fvwm2/FvwmButtons.template -share/dotfile-2.0/fvwm2/FvwmBanner.template -share/dotfile-2.0/fvwm2/FvwmBacker.template -share/dotfile-2.0/fvwm2/FvwmAuto.template -share/dotfile-2.0/fvwm2/virtual.template -share/dotfile-2.0/fvwm2/FvwmAudio.template -share/dotfile-2.0/fvwm2/tools.tcl -share/dotfile-2.0/fvwm2/bytecompile -share/dotfile-2.0/bash/save-files/author-export-1.save -share/dotfile-2.0/bash/save-files/author-export-2.save -share/dotfile-2.0/bash/exports/author-export-1.export -share/dotfile-2.0/bash/exports/author-export-2.export -share/dotfile-2.0/bash/exports/contents -share/dotfile-2.0/bash/sysLimits.template -share/dotfile-2.0/bash/prompting.template -share/dotfile-2.0/bash/promptWidget.template -share/dotfile-2.0/bash/path.template -share/dotfile-2.0/bash/main.template -share/dotfile-2.0/bash/mail.template -share/dotfile-2.0/bash/logo8.gif -share/dotfile-2.0/bash/logo1.gif -share/dotfile-2.0/bash/job.template -share/dotfile-2.0/bash/info -share/dotfile-2.0/bash/helpfile.data -share/dotfile-2.0/bash/help.html -share/dotfile-2.0/bash/generatedHelp -share/dotfile-2.0/bash/fileDir.template -share/dotfile-2.0/bash/errorHandling.template -share/dotfile-2.0/bash/completion.template -share/dotfile-2.0/bash/commLine.template -share/dotfile-2.0/bash/commHist.template -share/dotfile-2.0/bash/bindKey.template -share/dotfile-2.0/bash/alias.template -share/dotfile-2.0/bash/TODO -share/dotfile-2.0/bash/version.template -share/dotfile-2.0/bash/README -share/dotfile-2.0/bash/ttyApp.template -share/dotfile-2.0/bash/bytecompile -share/dotfile-2.0/tcsh/save-files/standard.save -share/dotfile-2.0/tcsh/save-files/complete.save -share/dotfile-2.0/tcsh/exports/contents -share/dotfile-2.0/tcsh/exports/standard.export -share/dotfile-2.0/tcsh/time.template -share/dotfile-2.0/tcsh/promptWidget.template -share/dotfile-2.0/tcsh/prompt.template -share/dotfile-2.0/tcsh/path.template -share/dotfile-2.0/tcsh/misc.template -share/dotfile-2.0/tcsh/main.template -share/dotfile-2.0/tcsh/logout.template -share/dotfile-2.0/tcsh/limit.template -share/dotfile-2.0/tcsh/jobs.template -share/dotfile-2.0/tcsh/info -share/dotfile-2.0/tcsh/history.template -share/dotfile-2.0/tcsh/helpfile.data -share/dotfile-2.0/tcsh/help.html -share/dotfile-2.0/tcsh/generatedHelp -share/dotfile-2.0/tcsh/files.template -share/dotfile-2.0/tcsh/editor.template -share/dotfile-2.0/tcsh/dirs.template -share/dotfile-2.0/tcsh/completion_user.template -share/dotfile-2.0/tcsh/completion_misc.template -share/dotfile-2.0/tcsh/bindings.template -share/dotfile-2.0/tcsh/alias.template -share/dotfile-2.0/tcsh/addset.template -share/dotfile-2.0/tcsh/watch.template -share/dotfile-2.0/tcsh/TAGS -share/dotfile-2.0/tcsh/util.tcl -share/dotfile-2.0/tcsh/bytecompile -share/dotfile-2.0/emacs/local/local.template -share/dotfile-2.0/emacs/save-files/Emacs.save -share/dotfile-2.0/emacs/exports/Emacs.export -share/dotfile-2.0/emacs/exports/contents -share/dotfile-2.0/emacs/saving.template -share/dotfile-2.0/emacs/python.template -share/dotfile-2.0/emacs/outline-mode.template -share/dotfile-2.0/emacs/modes-general.template -share/dotfile-2.0/emacs/misc.template -share/dotfile-2.0/emacs/main.template -share/dotfile-2.0/emacs/info -share/dotfile-2.0/emacs/html-helper-mode.template -share/dotfile-2.0/emacs/hilit-mode.template -share/dotfile-2.0/emacs/helpfile.data -share/dotfile-2.0/emacs/helper.template -share/dotfile-2.0/emacs/help.html -share/dotfile-2.0/emacs/generatedHelp -share/dotfile-2.0/emacs/comint-mode.template -share/dotfile-2.0/emacs/c-mode.template -share/dotfile-2.0/emacs/abbrev.template -share/dotfile-2.0/emacs/TAGS -share/dotfile-2.0/emacs/HELP -share/dotfile-2.0/emacs/util.tcl -share/dotfile-2.0/emacs/ChangeLog -share/dotfile-2.0/emacs/terminal.template -share/dotfile-2.0/emacs/tcl-mode.template -share/dotfile-2.0/emacs/bytecompile -share/dotfile-2.0/rtin/save-files/rtin.save -share/dotfile-2.0/rtin/exports/contents -share/dotfile-2.0/rtin/exports/rtin.export -share/dotfile-2.0/rtin/helpfile.data -share/dotfile-2.0/rtin/main.template -share/dotfile-2.0/rtin/info -share/dotfile-2.0/rtin/rtin-mod.template -share/dotfile-2.0/rtin/help.html -share/dotfile-2.0/rtin/generatedHelp -share/dotfile-2.0/rtin/rtinparser.tcl -share/dotfile-2.0/rtin/bytecompile -share/dotfile-2.0/elm/README -share/dotfile-2.0/elm/viewingcharset.template -share/dotfile-2.0/elm/viewer.template -share/dotfile-2.0/elm/version.template -share/dotfile-2.0/elm/textencoding.template -share/dotfile-2.0/elm/signature.template -share/dotfile-2.0/elm/quoting.template -share/dotfile-2.0/elm/optionmenu.template -share/dotfile-2.0/elm/navigation.template -share/dotfile-2.0/elm/main.template -share/dotfile-2.0/elm/layout.template -share/dotfile-2.0/elm/info -share/dotfile-2.0/elm/generel.template -share/dotfile-2.0/elm/folderdecision.template -share/dotfile-2.0/elm/foldercommunication.template -share/dotfile-2.0/elm/elmrc -share/dotfile-2.0/elm/elm-parser.tcl -share/dotfile-2.0/elm/editor.template -share/dotfile-2.0/elm/editingheaders.template -share/dotfile-2.0/elm/behavior.template -share/dotfile-2.0/elm/aliasmenu.template -share/dotfile-2.0/elm/viewingheaders.template -share/dotfile-2.0/elm/bytecompile -share/dotfile-2.0/fvwm1/save-files/system.save -share/dotfile-2.0/fvwm1/exports/contents -share/dotfile-2.0/fvwm1/exports/system.export -share/dotfile-2.0/fvwm1/paths.template -share/dotfile-2.0/fvwm1/modes.template -share/dotfile-2.0/fvwm1/menus.template -share/dotfile-2.0/fvwm1/main.template -share/dotfile-2.0/fvwm1/info -share/dotfile-2.0/fvwm1/fonts.template -share/dotfile-2.0/fvwm1/colors.template -share/dotfile-2.0/fvwm1/tools.tcl -share/dotfile-2.0/fvwm1/README -share/dotfile-2.0/fvwm1/ressources.template -share/dotfile-2.0/fvwm1/bytecompile +share/doc/dotfile-2.2/index.html +share/doc/dotfile-2.2/dotfile/index.html +share/doc/dotfile-2.2/dotfile/config_page.jpg +share/doc/dotfile-2.2/dotfile/extentry1.jpg +share/doc/dotfile-2.2/dotfile/extentry2.jpg +share/doc/dotfile-2.2/dotfile/job_control.gif +share/doc/dotfile-2.2/dotfile/logo.gif +share/doc/dotfile-2.2/dotfile/menu_window.jpg +share/doc/dotfile-2.2/dotfile/prompt.jpg +share/doc/dotfile-2.2/tcsh/index.html +share/doc/dotfile-2.2/tcsh/lil2cent.gif +share/doc/dotfile-2.2/tcsh/pattern.gif +share/doc/dotfile-2.2/tcsh/pattern2.gif +share/doc/dotfile-2.2/tcsh/posdef.gif +share/doc/dotfile-2.2/tcsh/prompt.gif +share/doc/dotfile-2.2/tcsh/time.gif +share/doc/dotfile-2.2/tcsh/userdef.gif +share/doc/dotfile-2.2/procmail/index.html +share/doc/dotfile-2.2/procmail/backup.jpg +share/doc/dotfile-2.2/procmail/general.jpg +share/doc/dotfile-2.2/procmail/gray-g3.gif +share/doc/dotfile-2.2/procmail/header.jpg +share/doc/dotfile-2.2/procmail/main.jpg +share/doc/dotfile-2.2/procmail/recipes-with-numbers.jpg +share/doc/dotfile-2.2/procmail/recipes.jpg +lib/dotfile-2.2/Generator/bitmaps/new.xbm.old +lib/dotfile-2.2/Generator/bitmaps/act_folder.xbm +lib/dotfile-2.2/Generator/bitmaps/file.xbm +lib/dotfile-2.2/Generator/bitmaps/folder.xbm +lib/dotfile-2.2/Generator/bitmaps/idx.xbm +lib/dotfile-2.2/Generator/bitmaps/scissors.xbm +lib/dotfile-2.2/Generator/bitmaps/new.xbm +lib/dotfile-2.2/Generator/bitmaps/GeneratorLogo.gif +lib/dotfile-2.2/Generator/bitmaps/folder_center.xbm +lib/dotfile-2.2/Generator/bitmaps/Left +lib/dotfile-2.2/Generator/bitmaps/Right +lib/dotfile-2.2/Generator/bitmaps/Up +lib/dotfile-2.2/Generator/bitmaps/Down +lib/dotfile-2.2/Generator/bitmaps/ComboBox.xbm +lib/dotfile-2.2/Generator/util.tcl +lib/dotfile-2.2/Generator/update-from-1.1.tcl +lib/dotfile-2.2/Generator/types.tcl +lib/dotfile-2.2/Generator/system.tcl.in +lib/dotfile-2.2/Generator/system.tcl +lib/dotfile-2.2/Generator/setup.tcl +lib/dotfile-2.2/Generator/setPages.tcl +lib/dotfile-2.2/Generator/save.tcl +lib/dotfile-2.2/Generator/parse.tcl +lib/dotfile-2.2/Generator/menus.tcl +lib/dotfile-2.2/Generator/makeHelp.tcl +lib/dotfile-2.2/Generator/makeHelp +lib/dotfile-2.2/Generator/mail.tcl +lib/dotfile-2.2/Generator/load.tcl +lib/dotfile-2.2/Generator/import.tcl +lib/dotfile-2.2/Generator/helpfile.data +lib/dotfile-2.2/Generator/help.tcl +lib/dotfile-2.2/Generator/help.html +lib/dotfile-2.2/Generator/generatedHelp +lib/dotfile-2.2/Generator/generate.tcl +lib/dotfile-2.2/Generator/functions.tcl +lib/dotfile-2.2/Generator/TODO +lib/dotfile-2.2/Generator/fillouts.tcl +lib/dotfile-2.2/Generator/extOptMenu.tcl +lib/dotfile-2.2/Generator/export.tcl +lib/dotfile-2.2/Generator/edit.tcl +lib/dotfile-2.2/Generator/dotfile.tcl +lib/dotfile-2.2/Generator/dialog.tcl +lib/dotfile-2.2/Generator/details.tcl +lib/dotfile-2.2/Generator/combo.tcl +lib/dotfile-2.2/Generator/color.tcl +lib/dotfile-2.2/Generator/bytecompile.tcl +lib/dotfile-2.2/Generator/browser.tcl +lib/dotfile-2.2/Generator/Warranty +lib/dotfile-2.2/Generator/TAGS +lib/dotfile-2.2/Generator/Copying +lib/dotfile-2.2/Generator/versionUpdate.tcl +lib/dotfile-2.2/Generator/ChangeLog +lib/dotfile-2.2/fvwm2/exports/contents +lib/dotfile-2.2/fvwm2/exports/distrib.export +lib/dotfile-2.2/fvwm2/exports/imada.export +lib/dotfile-2.2/fvwm2/save-files/distrib.save +lib/dotfile-2.2/fvwm2/save-files/imada.save +lib/dotfile-2.2/fvwm2/bytecompile +lib/dotfile-2.2/fvwm2/style.template +lib/dotfile-2.2/fvwm2/paths.template +lib/dotfile-2.2/fvwm2/patch +lib/dotfile-2.2/fvwm2/mouse.template +lib/dotfile-2.2/fvwm2/miscellaneous.template +lib/dotfile-2.2/fvwm2/menus.template +lib/dotfile-2.2/fvwm2/main.template +lib/dotfile-2.2/fvwm2/keys.template +lib/dotfile-2.2/fvwm2/info +lib/dotfile-2.2/fvwm2/helpfile.data +lib/dotfile-2.2/fvwm2/help.html +lib/dotfile-2.2/fvwm2/generatedHelp +lib/dotfile-2.2/fvwm2/fvwmrc_convert.in.44 +lib/dotfile-2.2/fvwm2/fvwmrc_convert.in +lib/dotfile-2.2/fvwm2/fvwmrc_convert +lib/dotfile-2.2/fvwm2/fvwm2parser.tcl +lib/dotfile-2.2/fvwm2/functions.template +lib/dotfile-2.2/fvwm2/font.tcl +lib/dotfile-2.2/fvwm2/TAGS +lib/dotfile-2.2/fvwm2/decor.template +lib/dotfile-2.2/fvwm2/colorsfonts.template +lib/dotfile-2.2/fvwm2/buttons.template +lib/dotfile-2.2/fvwm2/README +lib/dotfile-2.2/fvwm2/FvwmWinList.template +lib/dotfile-2.2/fvwm2/FvwmTalk.template +lib/dotfile-2.2/fvwm2/FvwmScroll.template +lib/dotfile-2.2/fvwm2/FvwmPager.template +lib/dotfile-2.2/fvwm2/FvwmIdent.template +lib/dotfile-2.2/fvwm2/FvwmIconMan.template +lib/dotfile-2.2/fvwm2/FvwmIconBox.template +lib/dotfile-2.2/fvwm2/FvwmButtons.template +lib/dotfile-2.2/fvwm2/FvwmBanner.template +lib/dotfile-2.2/fvwm2/FvwmBacker.template +lib/dotfile-2.2/fvwm2/FvwmAuto.template +lib/dotfile-2.2/fvwm2/virtual.template +lib/dotfile-2.2/fvwm2/FvwmAudio.template +lib/dotfile-2.2/fvwm2/tools.tcl +lib/dotfile-2.2/bash/save-files/author-export-1.save +lib/dotfile-2.2/bash/save-files/author-export-2.save +lib/dotfile-2.2/bash/exports/author-export-1.export +lib/dotfile-2.2/bash/exports/author-export-2.export +lib/dotfile-2.2/bash/exports/contents +lib/dotfile-2.2/bash/sysLimits.template +lib/dotfile-2.2/bash/prompting.template +lib/dotfile-2.2/bash/promptWidget.template +lib/dotfile-2.2/bash/path.template +lib/dotfile-2.2/bash/main.template +lib/dotfile-2.2/bash/mail.template +lib/dotfile-2.2/bash/logo8.gif +lib/dotfile-2.2/bash/logo1.gif +lib/dotfile-2.2/bash/job.template +lib/dotfile-2.2/bash/info +lib/dotfile-2.2/bash/helpfile.data +lib/dotfile-2.2/bash/help.html +lib/dotfile-2.2/bash/generatedHelp +lib/dotfile-2.2/bash/fileDir.template +lib/dotfile-2.2/bash/errorHandling.template +lib/dotfile-2.2/bash/completion.template +lib/dotfile-2.2/bash/commLine.template +lib/dotfile-2.2/bash/commHist.template +lib/dotfile-2.2/bash/bindKey.template +lib/dotfile-2.2/bash/alias.template +lib/dotfile-2.2/bash/TODO +lib/dotfile-2.2/bash/version.template +lib/dotfile-2.2/bash/README +lib/dotfile-2.2/bash/ttyApp.template +lib/dotfile-2.2/bash/bytecompile +lib/dotfile-2.2/tcsh/exports/contents +lib/dotfile-2.2/tcsh/exports/standard.export +lib/dotfile-2.2/tcsh/exports/complete.export +lib/dotfile-2.2/tcsh/save-files/standard.save +lib/dotfile-2.2/tcsh/save-files/complete.save +lib/dotfile-2.2/tcsh/time.template +lib/dotfile-2.2/tcsh/promptWidget.template +lib/dotfile-2.2/tcsh/prompt.template +lib/dotfile-2.2/tcsh/path.template +lib/dotfile-2.2/tcsh/misc.template +lib/dotfile-2.2/tcsh/main.template +lib/dotfile-2.2/tcsh/logout.template +lib/dotfile-2.2/tcsh/limit.template +lib/dotfile-2.2/tcsh/jobs.template +lib/dotfile-2.2/tcsh/info +lib/dotfile-2.2/tcsh/history.template +lib/dotfile-2.2/tcsh/helpfile.data +lib/dotfile-2.2/tcsh/help.html +lib/dotfile-2.2/tcsh/generatedHelp +lib/dotfile-2.2/tcsh/files.template +lib/dotfile-2.2/tcsh/editor.template +lib/dotfile-2.2/tcsh/dot.tcsh +lib/dotfile-2.2/tcsh/dirs.template +lib/dotfile-2.2/tcsh/alias.template +lib/dotfile-2.2/tcsh/completion_user.template +lib/dotfile-2.2/tcsh/completion_misc.template +lib/dotfile-2.2/tcsh/bindings.template +lib/dotfile-2.2/tcsh/addset.template +lib/dotfile-2.2/tcsh/watch.template +lib/dotfile-2.2/tcsh/TCSH.NOTE +lib/dotfile-2.2/tcsh/util.tcl +lib/dotfile-2.2/tcsh/bytecompile +lib/dotfile-2.2/emacs/local/local.template +lib/dotfile-2.2/emacs/save-files/Emacs.save +lib/dotfile-2.2/emacs/exports/Emacs.export +lib/dotfile-2.2/emacs/exports/contents +lib/dotfile-2.2/emacs/saving.template +lib/dotfile-2.2/emacs/refcard +lib/dotfile-2.2/emacs/python.template +lib/dotfile-2.2/emacs/outline-mode.template +lib/dotfile-2.2/emacs/modes-general.template +lib/dotfile-2.2/emacs/misc.template +lib/dotfile-2.2/emacs/main.template +lib/dotfile-2.2/emacs/info +lib/dotfile-2.2/emacs/html-helper-mode.template +lib/dotfile-2.2/emacs/hilit-mode.template +lib/dotfile-2.2/emacs/helpfile.data +lib/dotfile-2.2/emacs/helper.template +lib/dotfile-2.2/emacs/help.html +lib/dotfile-2.2/emacs/generatedHelp +lib/dotfile-2.2/emacs/comint-mode.template +lib/dotfile-2.2/emacs/c-mode.template +lib/dotfile-2.2/emacs/abbrev.template +lib/dotfile-2.2/emacs/TAGS +lib/dotfile-2.2/emacs/HELP +lib/dotfile-2.2/emacs/util.tcl +lib/dotfile-2.2/emacs/ChangeLog +lib/dotfile-2.2/emacs/terminal.template +lib/dotfile-2.2/emacs/tcl-mode.template +lib/dotfile-2.2/emacs/bytecompile +lib/dotfile-2.2/rtin/save-files/rtin.save +lib/dotfile-2.2/rtin/exports/contents +lib/dotfile-2.2/rtin/exports/rtin.export +lib/dotfile-2.2/rtin/helpfile.data +lib/dotfile-2.2/rtin/main.template +lib/dotfile-2.2/rtin/info +lib/dotfile-2.2/rtin/rtin-mod.template +lib/dotfile-2.2/rtin/help.html +lib/dotfile-2.2/rtin/generatedHelp +lib/dotfile-2.2/rtin/rtinparser.tcl +lib/dotfile-2.2/rtin/bytecompile +lib/dotfile-2.2/elm/README +lib/dotfile-2.2/elm/viewingcharset.template +lib/dotfile-2.2/elm/viewer.template +lib/dotfile-2.2/elm/version.template +lib/dotfile-2.2/elm/textencoding.template +lib/dotfile-2.2/elm/signature.template +lib/dotfile-2.2/elm/quoting.template +lib/dotfile-2.2/elm/optionmenu.template +lib/dotfile-2.2/elm/navigation.template +lib/dotfile-2.2/elm/main.template +lib/dotfile-2.2/elm/layout.template +lib/dotfile-2.2/elm/info +lib/dotfile-2.2/elm/generel.template +lib/dotfile-2.2/elm/folderdecision.template +lib/dotfile-2.2/elm/foldercommunication.template +lib/dotfile-2.2/elm/elmrc +lib/dotfile-2.2/elm/elm-parser.tcl +lib/dotfile-2.2/elm/editor.template +lib/dotfile-2.2/elm/editingheaders.template +lib/dotfile-2.2/elm/behavior.template +lib/dotfile-2.2/elm/aliasmenu.template +lib/dotfile-2.2/elm/viewingheaders.template +lib/dotfile-2.2/elm/bytecompile +lib/dotfile-2.2/fvwm1/save-files/system.save +lib/dotfile-2.2/fvwm1/exports/contents +lib/dotfile-2.2/fvwm1/exports/system.export +lib/dotfile-2.2/fvwm1/bytecompile +lib/dotfile-2.2/fvwm1/ressources.template +lib/dotfile-2.2/fvwm1/paths.template +lib/dotfile-2.2/fvwm1/modes.template +lib/dotfile-2.2/fvwm1/menus.template +lib/dotfile-2.2/fvwm1/main.template +lib/dotfile-2.2/fvwm1/info +lib/dotfile-2.2/fvwm1/fonts.template +lib/dotfile-2.2/fvwm1/colors.template +lib/dotfile-2.2/fvwm1/trace +lib/dotfile-2.2/fvwm1/README +lib/dotfile-2.2/fvwm1/tools.tcl +lib/dotfile-2.2/procmail/exports/contents +lib/dotfile-2.2/procmail/exports/examples.export +lib/dotfile-2.2/procmail/save-files/examples.save +lib/dotfile-2.2/procmail/bytecompile +lib/dotfile-2.2/procmail/config.log +lib/dotfile-2.2/procmail/config.status +lib/dotfile-2.2/procmail/configure.in.orig +lib/dotfile-2.2/procmail/configure.in~ +lib/dotfile-2.2/procmail/filter +lib/dotfile-2.2/procmail/logcheck +lib/dotfile-2.2/procmail/mkdirhier +lib/dotfile-2.2/procmail/system.tcl +lib/dotfile-2.2/procmail/system.tcl.in +lib/dotfile-2.2/procmail/recipes.template +lib/dotfile-2.2/procmail/recipes-save.template +lib/dotfile-2.2/procmail/mkdirhier.in +lib/dotfile-2.2/procmail/main.template +lib/dotfile-2.2/procmail/logcheck.in +lib/dotfile-2.2/procmail/info +lib/dotfile-2.2/procmail/helpfile.data +lib/dotfile-2.2/procmail/help.html +lib/dotfile-2.2/procmail/generatedHelp +lib/dotfile-2.2/procmail/general.template +lib/dotfile-2.2/procmail/filter.in +lib/dotfile-2.2/procmail/files.template +lib/dotfile-2.2/procmail/configure.orig +lib/dotfile-2.2/procmail/TODO +lib/dotfile-2.2/procmail/configure.in +lib/dotfile-2.2/procmail/configure +lib/dotfile-2.2/procmail/backup.template +lib/dotfile-2.2/procmail/TDG-advertisment +lib/dotfile-2.2/procmail/util.tcl +lib/dotfile-2.2/procmail/Makefile +lib/dotfile-2.2/ipfwadm/allowhost.template +lib/dotfile-2.2/ipfwadm/masq.template +lib/dotfile-2.2/ipfwadm/main.template +lib/dotfile-2.2/ipfwadm/isp.template +lib/dotfile-2.2/ipfwadm/info +lib/dotfile-2.2/ipfwadm/general.template +lib/dotfile-2.2/ipfwadm/denyserviceglobal.template +lib/dotfile-2.2/ipfwadm/denyptp.template +lib/dotfile-2.2/ipfwadm/denylocalhost.template +lib/dotfile-2.2/ipfwadm/denyhost.template +lib/dotfile-2.2/ipfwadm/defaultinetpolicy.template +lib/dotfile-2.2/ipfwadm/allowserviceglobal.template +lib/dotfile-2.2/ipfwadm/allowptp.template +lib/dotfile-2.2/ipfwadm/allowlocalhost.template +lib/dotfile-2.2/ipfwadm/md5sums.asc +lib/dotfile-2.2/ipfwadm/bytecompile +@dirrm lib/dotfile-2.2/ipfwadm +@dirrm lib/dotfile-2.2/procmail/exports +@dirrm lib/dotfile-2.2/procmail/save-files +@dirrm lib/dotfile-2.2/procmail +@dirrm lib/dotfile-2.2/fvwm1/exports +@dirrm lib/dotfile-2.2/fvwm1/save-files +@dirrm lib/dotfile-2.2/fvwm1 +@dirrm lib/dotfile-2.2/fvwm2/exports +@dirrm lib/dotfile-2.2/fvwm2/save-files +@dirrm lib/dotfile-2.2/fvwm2 +@dirrm lib/dotfile-2.2/elm +@dirrm lib/dotfile-2.2/rtin/exports +@dirrm lib/dotfile-2.2/rtin/save-files +@dirrm lib/dotfile-2.2/rtin +@dirrm lib/dotfile-2.2/emacs/save-files +@dirrm lib/dotfile-2.2/emacs/local +@dirrm lib/dotfile-2.2/emacs/exports +@dirrm lib/dotfile-2.2/emacs +@dirrm lib/dotfile-2.2/tcsh/exports +@dirrm lib/dotfile-2.2/tcsh/save-files +@dirrm lib/dotfile-2.2/tcsh +@dirrm lib/dotfile-2.2/bash/exports +@dirrm lib/dotfile-2.2/bash/save-files +@dirrm lib/dotfile-2.2/bash +@dirrm lib/dotfile-2.2/Generator/bitmaps +@dirrm lib/dotfile-2.2/Generator +@dirrm share/doc/dotfile-2.2/procmail +@dirrm share/doc/dotfile-2.2/tcsh +@dirrm share/doc/dotfile-2.2/dotfile +@dirrm share/doc/dotfile-2.2 +@dirrm lib/dotfile-2.2 |