OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   16-Aug-2005 20:21:27
  Branch: HEAD                             Handle: 2005081619212700

  Modified files:
    openpkg-src/mutt15      mutt15.spec muttrc

  Log:
    follow the original Muttrc and use its F1 for showing the manual;
    brand with OpenPKG release in generated User-Agent headers

  Summary:
    Revision    Changes     Path
    1.31        +3  -0      openpkg-src/mutt15/mutt15.spec
    1.3         +4  -4      openpkg-src/mutt15/muttrc
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec    16 Aug 2005 17:23:51 -0000      1.30
  +++ openpkg-src/mutt15/mutt15.spec    16 Aug 2005 18:21:27 -0000      1.31
  @@ -139,6 +139,9 @@
   %if "%{with_sidebar}" == "yes"
       %patch -p1 -P 4
   %endif
  +    %{l_shtool} subst \
  +        -e 's;\(Mutt/%%s\);\1 %{l_openpkg_release -F "OpenPKG/%%s"};' \
  +        sendlib.c
   
   %build
       #   configure for particular platform
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mutt15/muttrc
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 muttrc
  --- openpkg-src/mutt15/muttrc 16 Aug 2005 17:56:37 -0000      1.2
  +++ openpkg-src/mutt15/muttrc 16 Aug 2005 18:21:27 -0000      1.3
  @@ -86,8 +86,8 @@
   macro index \cxd set sort=date-sent
   macro index \cxt set sort=threads
   
  -#   show documentation on <ESC>+'h'
  -macro generic "\eh" "!`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual"
  -macro index   "\eh" "!`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual"
  -macro pager   "\eh" "!`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual"
  +#   show documentation
  +macro generic <f1> "!`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual"
  +macro index   <f1> "!`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual"
  +macro pager   <f1> "!`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual"
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to