close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 2, 2021, 12:34:08 PM (5 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v1
|
|
| | 1 | = 2021-05-02 = |
| | 2 | |
| | 3 | == homebrew == |
| | 4 | {{{ |
| | 5 | ~$ brew tap |
| | 6 | coursier/formulas |
| | 7 | homebrew/cask |
| | 8 | homebrew/cask-fonts |
| | 9 | homebrew/cask-versions |
| | 10 | homebrew/core |
| | 11 | homebrew/services |
| | 12 | jlhonora/lsusb |
| | 13 | }}} |
| | 14 | {{{ |
| | 15 | ~$ brew list --formula |
| | 16 | bash-completion |
| | 17 | coreutils |
| | 18 | dos2unix |
| | 19 | dvdbackup |
| | 20 | fontconfig |
| | 21 | freetype |
| | 22 | gdbm |
| | 23 | gettext |
| | 24 | giflib |
| | 25 | git |
| | 26 | git-extras |
| | 27 | htop |
| | 28 | imlib2 |
| | 29 | jpeg |
| | 30 | jq |
| | 31 | libcaca |
| | 32 | libdvdcss |
| | 33 | libdvdread |
| | 34 | libidn2 |
| | 35 | libpng |
| | 36 | libpthread-stubs |
| | 37 | libtiff |
| | 38 | libunistring |
| | 39 | libx11 |
| | 40 | libxau |
| | 41 | libxcb |
| | 42 | libxdmcp |
| | 43 | libxext |
| | 44 | lsdvd |
| | 45 | mosh |
| | 46 | mpdecimal |
| | 47 | mplayer |
| | 48 | mtr |
| | 49 | ncurses |
| | 50 | nmap |
| | 51 | oniguruma |
| | 52 | openssl@1.1 |
| | 53 | p7zip |
| | 54 | pcre2 |
| | 55 | pidof |
| | 56 | pkg-config |
| | 57 | protobuf |
| | 58 | python@3.9 |
| | 59 | readline |
| | 60 | sqlite |
| | 61 | tig |
| | 62 | tree |
| | 63 | unrar |
| | 64 | wget |
| | 65 | xorgproto |
| | 66 | xz |
| | 67 | }}} |
| | 68 | {{{ |
| | 69 | ~$ brew list --cask |
| | 70 | docker |
| | 71 | firefox |
| | 72 | font-hack |
| | 73 | google-chrome |
| | 74 | joplin |
| | 75 | messenger |
| | 76 | pingid |
| | 77 | skype |
| | 78 | slack |
| | 79 | spectacle |
| | 80 | visual-studio-code |
| | 81 | zulu8 |
| | 82 | }}} |
| | 83 | {{{ |
| | 84 | #!graphviz |
| | 85 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| | 86 | "fontconfig"->"mplayer"; "freetype"->"fontconfig"; "freetype"->"imlib2"; "freetype"->"libcaca"; "freetype"->"mplayer"; "gdbm"->"python@3.9"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "giflib"->"imlib2"; "giflib"->"libcaca"; "giflib"->"mplayer"; "imlib2"->"libcaca"; "imlib2"->"mplayer"; "jpeg"->"imlib2"; "jpeg"->"libcaca"; "jpeg"->"libtiff"; "jpeg"->"mplayer"; "libcaca"->"mplayer"; "libdvdcss"->"dvdbackup"; "libdvdcss"->"libdvdread"; "libdvdcss"->"lsdvd"; "libdvdread"->"dvdbackup"; "libdvdread"->"lsdvd"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libpng"->"imlib2"; "libpng"->"libcaca"; "libpng"->"mplayer"; "libpthread-stubs"->"imlib2"; "libpthread-stubs"->"libcaca"; "libpthread-stubs"->"libx11"; "libpthread-stubs"->"libxcb"; "libpthread-stubs"->"libxext"; "libpthread-stubs"->"mplayer"; "libtiff"->"imlib2"; "libtiff"->"libcaca"; "libtiff"->"mplayer"; "libunistring"->"libidn2"; "libunistring"->"wget"; "libx11"->"imlib2"; "libx11"->"libcaca"; "libx11"->"libxext"; "libx11"->"mplayer"; "libxau"->"imlib2"; "libxau"->"libcaca"; "libxau"->"libx11"; "libxau"->"libxcb"; "libxau"->"libxext"; "libxau"->"mplayer"; "libxcb"->"imlib2"; "libxcb"->"libcaca"; "libxcb"->"libx11"; "libxcb"->"libxext"; "libxcb"->"mplayer"; "libxdmcp"->"imlib2"; "libxdmcp"->"libcaca"; "libxdmcp"->"libx11"; "libxdmcp"->"libxcb"; "libxdmcp"->"libxext"; "libxdmcp"->"mplayer"; "libxext"->"imlib2"; "libxext"->"libcaca"; "libxext"->"mplayer"; "mpdecimal"->"python@3.9"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.9"; "openssl@1.1"->"wget"; "pcre2"->"git"; "pkg-config"->"imlib2"; "pkg-config"->"libcaca"; "pkg-config"->"libpthread-stubs"; "pkg-config"->"libx11"; "pkg-config"->"libxcb"; "pkg-config"->"libxext"; "pkg-config"->"mplayer"; "protobuf"->"mosh"; "readline"->"python@3.9"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.9"; "xorgproto"->"imlib2"; "xorgproto"->"libcaca"; "xorgproto"->"libx11"; "xorgproto"->"libxau"; "xorgproto"->"libxcb"; "xorgproto"->"libxdmcp"; "xorgproto"->"libxext"; "xorgproto"->"mplayer"; "xz"->"python@3.9"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "giflib"; "git-extras"; "jpeg"; "libdvdcss"; "libpng"; "libunistring"; "mpdecimal"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "pkg-config"; "protobuf"; "readline"; "tree"; "unrar"; "xorgproto"; "xz"; |
| | 87 | } |
| | 88 | }}} |