diff -r 510e40a50ab1 packaging/macports/textproc/recoll/Portfile
a
|
b
|
|
5 | 5 | PortGroup app 1.0 |
6 | 6 | |
7 | 7 | name recoll |
8 | | version 1.16.2 |
| 8 | version 1.17.2 |
9 | 9 | categories textproc |
10 | 10 | platforms darwin |
11 | 11 | license GPL-2+ |
… |
… |
|
18 | 18 | homepage http://www.recoll.org/ |
19 | 19 | master_sites ${homepage} |
20 | 20 | |
21 | | checksums sha1 40c18a958eeecbb70cbdf14fa7319b54525537fa \ |
22 | | rmd160 fb598b9c637cab49734547a41f2e8ec232f89dbe |
| 21 | checksums sha1 676be89d376a948798611417b928b31485746b1b \ |
| 22 | rmd160 be6752c9a36cd9708ab49bbf1eba445f0eb8f623 |
23 | 23 | |
24 | 24 | depends_lib port:xapian-core \ |
25 | 25 | port:qt4-mac \ |
diff -r 510e40a50ab1 packaging/macports/textproc/recoll/files/patch-configure.diff
a
|
b
|
|
1 | | --- configure.orig 2011-10-11 06:25:31.000000000 -0500 |
2 | | +++ configure 2011-11-27 20:02:11.000000000 -0600 |
3 | | @@ -4366,7 +4366,7 @@ |
| 1 | --- configure.orig 2012-05-19 08:10:35.000000000 +0200 |
| 2 | +++ configure 2012-05-19 08:10:47.000000000 +0200 |
| 3 | @@ -4409,7 +4409,7 @@ |
4 | 4 | LIBICONV="" |
5 | 5 | S_LDFLAGS=$LDFLAGS |
6 | 6 | S_CPPFLAGS=$CPPFLAGS |
diff -r 510e40a50ab1 packaging/macports/textproc/recoll/files/patch-sampleconf-mimeview.diff
a
|
b
|
|
1 | | --- sampleconf/mimeview 2011-10-11 08:44:09.000000000 +0200 |
2 | | +++ sampleconf/mimeview.mac 2011-11-27 17:55:42.000000000 +0100 |
| 1 | --- sampleconf/mimeview 2012-05-04 09:49:33.000000000 +0200 |
| 2 | +++ sampleconf/mimeview.mac 2012-05-19 08:05:00.000000000 +0200 |
3 | 3 | @@ -2,7 +2,8 @@ |
4 | 4 | |
5 | 5 | ## ########################################## |
… |
… |
|
10 | 10 | |
11 | 11 | # Mime types which we should not uncompress if they are found gzipped or |
12 | 12 | # bzipped because the native viewer knows how to handle. These would be |
13 | | @@ -11,74 +12,71 @@ |
| 13 | @@ -11,82 +12,79 @@ |
14 | 14 | |
15 | 15 | [view] |
16 | 16 | # Pseudo entry used if the 'use desktop' preference is set in the GUI |
… |
… |
|
79 | 79 | +application/vnd.wordperfect = open %f |
80 | 80 | |
81 | 81 | application/x-chm = kchmviewer %f |
| 82 | application/x-dia-diagram = dia %f |
82 | 83 | -application/x-fsdirectory = dolphin %f |
83 | 84 | +application/x-fsdirectory = open %f |
84 | 85 | application/x-gnuinfo = xterm -e "info -f %f" |
| 86 | application/x-gnumeric = gnumeric %f |
85 | 87 | |
86 | 88 | -application/x-flac = rhythmbox %f |
87 | 89 | -audio/mpeg = rhythmbox %f |
… |
… |
|
97 | 99 | -image/bmp = gwenview %f |
98 | 100 | -image/x-ms-bmp = gwenview %f |
99 | 101 | -image/x-xpmi = gwenview %f |
100 | | - |
101 | | -# Or firefox -remote "openFile(%u)" |
102 | | -application/x-tex = emacsclient %f |
103 | | -text/x-tex = emacsclient %f |
104 | | -text/html = firefox %u |
105 | 102 | +application/x-flac = open %f |
106 | 103 | +audio/mpeg = open %f |
107 | 104 | +application/ogg = open %f |
… |
… |
|
116 | 113 | +image/bmp = open %f |
117 | 114 | +image/x-ms-bmp = open %f |
118 | 115 | +image/x-xpmi = open %f |
119 | | + |
| 116 | |
| 117 | message/rfc822 = thunderbird -file %f |
| 118 | text/x-mail = thunderbird -file %f |
| 119 | |
| 120 | -application/x-tex = emacsclient %f |
| 121 | -text/x-tex = emacsclient %f |
| 122 | -# Or firefox -remote "openFile(%u)" |
| 123 | -text/html = firefox %u |
120 | 124 | +application/x-tex = open %f |
121 | 125 | +text/x-tex = open %f |
122 | 126 | +text/html = open %u |
… |
… |
|
131 | 135 | +text/x-c = open %f |
132 | 136 | +text/x-c+ = open %f |
133 | 137 | +text/x-c++ = open %f |
| 138 | text/x-chm-html = openchm %f %i |
| 139 | -text/x-ini = emacsclient %f |
| 140 | -text/x-man = xterm -u8 -e "groff -T ascii -man %f | more" |
| 141 | +text/x-ini = open %f |
| 142 | +#text/x-man = xterm -u8 -e "groff -T ascii -man %f | more" |
134 | 143 | text/x-python = idle %f |