OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 17-Aug-2003 20:42:23
Branch: HEAD Handle: 2003081719422101
Modified files:
openpkg-src/mutt mailcap mutt.spec muttrc
openpkg-web news.txt
Log:
add more patches; improve mailcap; extend muttrc
Summary:
Revision Changes Path
1.3 +13 -8 openpkg-src/mutt/mailcap
1.49 +14 -4 openpkg-src/mutt/mutt.spec
1.4 +10 -1 openpkg-src/mutt/muttrc
1.6201 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/mailcap
============================================================================
$ cvs diff -u -r1.2 -r1.3 mailcap
--- openpkg-src/mutt/mailcap 30 Nov 2001 18:06:55 -0000 1.2
+++ openpkg-src/mutt/mailcap 17 Aug 2003 18:42:22 -0000 1.3
@@ -1,13 +1,18 @@
##
## @l_prefix@/etc/mutt/mailcap -- Global Mutt Mail Capability Database
-## Copyright (c) 1998-2001 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 1998-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
##
-text/html; (w3m %s) 2>/dev/null || (lynx %s) 2>/dev/null || netscape
-remote openURL\(%s\)
-image/gif; (xv %s) 2>/dev/null || display %s
-image/jpg; (xv %s) 2>/dev/null || display %s
-image/jpeg; (xv %s) 2>/dev/null || display %s
-application/pdf; (mgv %s) 2>/dev/null || (gv %s) 2>/dev/null || (ghostview
%s) 2>/dev/null || gs %s
-application/postscript; (mgv %s) 2>/dev/null || (gv %s) 2>/dev/null || (ghostview
%s) 2>/dev/null || gs %s
-application/x-dvi; xdvi %s
+text/html; (w3m %s) 2>/dev/null || (lynx %s) 2>/dev/null ||
mozilla -remote openURL\(%s\); nametemplate=%s.html
+text/html; (w3m -dump %s) 2>/dev/null || (lynx -dump %s)
2>/dev/null || cat; nametemplate=%s.html; copiousoutput
+image/*; (display %s) 2>/dev/null || xv %s
+image/*; (anytopnm %s | pnmscale -xysize 80 46 | ppmtopgm |
pgmtopbm | pbmtoascii -1x2) 2>&1; copiousoutput
+video/*; mplayer %s
+application/pdf; (acroread %s) 2>/dev/null || (mgv %s) 2>/dev/null ||
(gv %s) 2>/dev/null || (ghostview %s) 2>/dev/null || gs %s
+application/postscript; (mgv %s) 2>/dev/null || (gv %s) 2>/dev/null ||
(ghostview %s) 2>/dev/null || gs %s
+application/x-dvi; xdvi %s
+application/vnd.ms-powerpoint; (msov --format=ppt %s) 2>/dev/null || openoffice %s
+application/vnd.ms-excel; (msov --format=xls %s) 2>/dev/null || openoffice %s
+application/vnd.ms-word; (msov --format=doc %s) 2>/dev/null || openoffice %s
+application/msword; (msov --format=doc %s) 2>/dev/null || openoffice %s
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/mutt.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 mutt.spec
--- openpkg-src/mutt/mutt.spec 17 Jul 2003 15:32:54 -0000 1.48
+++ openpkg-src/mutt/mutt.spec 17 Aug 2003 18:42:22 -0000 1.49
@@ -24,7 +24,7 @@
##
# package version
-%define V_mutt 1.4.1
+%define V_mutt 1.4.1
# package information
Name: mutt
@@ -36,11 +36,13 @@
Group: Mail
License: BSD
Version: %{V_mutt}i
-Release: 20030717
+Release: 20030817
# build options
-%option with_comp no
-%option with_nntp no
+%option with_comp no
+%option with_nntp no
+%option with_initials no
+%option with_quote no
# list of sources
Source0: ftp://ftp.mutt.org/mutt/mutt-%{V_mutt}i.tar.gz
@@ -48,6 +50,8 @@
Source2: muttrc
Patch0:
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.rr.compressed.gz
Patch1:
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.nntp.gz
+Patch2:
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.initials.gz
+Patch3:
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.quote.gz
# build information
Prefix: %{l_prefix}
@@ -71,6 +75,12 @@
%endif
%if "%{with_nntp}" == "yes"
%patch1 -p1
+%endif
+%if "%{with_initials}" == "yes"
+ %patch2 -p1
+%endif
+%if "%{with_quote}" == "yes"
+ %patch3 -p1
%endif
%build
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/muttrc
============================================================================
$ cvs diff -u -r1.3 -r1.4 muttrc
--- openpkg-src/mutt/muttrc 30 Dec 2002 22:05:20 -0000 1.3
+++ openpkg-src/mutt/muttrc 17 Aug 2003 18:42:22 -0000 1.4
@@ -46,7 +46,8 @@
# display customization
set to_chars = "L CC "
set charset = iso-8859-1
-set quote_regexp = "^([ \t]*>)+"
+set quote_regexp="^[ \t]*([A-Za-z ]+>|[]>:}][]>:}]*)"
+set smileys="(>From )|(>?[;:][-^]?[][)(><}{|/DP][)}]*)"
mono quoted bold
mono markers bold
set menu_scroll
@@ -69,13 +70,21 @@
set forw_format = "[FWD] %s"
unset mime_fwd
unset forw_quote
+unset metoo
# new mail generation
set hdrs
set use_8bitmime
+# autoviewing via .mailcap handlers
+auto_view text/html image/*
+
# no printing by default
set print = no
+
+# toggle sort mode
+macro index \cxd set sort=date-sent
+macro index \cxt set sort=threads
# show documentation on <ESC>+'h'
macro generic "\eh" "!${PAGER-more} @l_prefix@/share/mutt/manual.txt\n" "Show Mutt
Manual"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6200 -r1.6201 news.txt
--- openpkg-web/news.txt 17 Aug 2003 18:12:55 -0000 1.6200
+++ openpkg-web/news.txt 17 Aug 2003 18:42:21 -0000 1.6201
@@ -1,3 +1,4 @@
+17-Aug-2003: Upgraded package: P<mutt-1.4.1i-20030817>
17-Aug-2003: Upgraded package: P<mhonarc-2.6.8-20030817>
17-Aug-2003: Upgraded package: P<mozilla-1.4-20030817>
17-Aug-2003: New package: P<ondir-0.2.1-20030817>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]