Overview
Comment: | Updated icon |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ca0b4d5f8092656a1cb4be31c17b6e4f |
User & Date: | rkeene on 2014-01-27 08:25:10 |
Other Links: | manifest | tags |
Context
2014-01-27
| ||
08:28 | Corrected reference to icon Leaf check-in: 005b4dabcd user: rkeene tags: trunk | |
08:25 | Updated icon check-in: ca0b4d5f80 user: rkeene tags: trunk | |
07:05 | Removed unneeded NT-level specifications check-in: 3543ed3073 user: rkeene tags: trunk | |
Changes
Added .fossil-settings/binary-glob version [a14eb16930].
1 | + | icon/tcpdump.xcf |
Modified .fossil-settings/ignore-glob from [664c7e5195] to [f8536bbcc3].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + | files/npf32.sys files/npf64.sys files/packet.dll files/pthreadvc.dll files/tcpdump.exe files/wpcap.dll icon/tcpdump-*x*x*.png icon/tcpdump.png icon/tcpdump.ico tclkit-zip tcpdump.exe tcpdump.exe.bin tcpdump.exe.zip tcpdump.exe.new __TMP_TCP__/* |
︙ |
Modified icon/Makefile from [a38ec61ae7] to [c126e3343c].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + + - + - + | all: @echo "Nothing to do." tcpdump.png: tcpdump.xcf rm -f tcpdump.png xcf2png tcpdump.xcf tcpdump-%x4.png: tcpdump.png @echo convert "$^" -colors 15 `echo "$@" | sed 's@^.*-\([0-9]*x[0-9]*\)x\([0-9]\).png@ -resize \1 -depth \2@'` $@; \ convert "$^" -colors 15 `echo "$@" | sed 's@^.*-\([0-9]*x[0-9]*\)x\([0-9]\).png@ -resize \1 -depth \2@'` $@ tcpdump-%x8.png: tcpdump.png @echo convert "$^" -colors 255 `echo "$@" | sed 's@^.*-\([0-9]*x[0-9]*\)x\([0-9]\).png@ -resize \1 -depth \2@'` $@; \ convert "$^" -colors 255 `echo "$@" | sed 's@^.*-\([0-9]*x[0-9]*\)x\([0-9]\).png@ -resize \1 -depth \2@'` $@ tcpdump-%x32.png: tcpdump.png @echo convert "$^" `echo "$@" | sed 's@^.*-\([0-9]*x[0-9]*\)x\([0-9]*\).png@ -resize \1 -depth \2@'` $@; \ convert "$^" `echo "$@" | sed 's@^.*-\([0-9]*x[0-9]*\)x\([0-9]*\).png@ -resize \1 -depth \2@'` $@ |
Deleted icon/tcpdump.png version [7ac494862e].
cannot compute difference between binary files
Added icon/tcpdump.xcf version [f63b45adc6].
cannot compute difference between binary files