Advertisement
grahamperrin

/usr/local/wine-proton/bin/pkg32.sh install -Uy editors/turbo

Feb 9th, 2025
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 KB | Software | 0 0
  1. ahamperrin:~ % pkg iinfo editors/nano editors/turbo ports-mgmt/pkg$
  2. nano-8.2
  3. turbo-g20230621
  4. pkg-2.0.5
  5. grahamperrin:~ % pkg all-depends nano
  6. indexinfo-0.3.1
  7. gettext-runtime-0.23.1
  8. grahamperrin:~ % pkg all-depends turbo
  9. grahamperrin:~ % freebsd-version -kru ; uname -aKU
  10. 15.0-CURRENT
  11. 15.0-CURRENT
  12. 15.0-CURRENT
  13. FreeBSD mowa219-gjp4-zbook-freebsd 15.0-CURRENT FreeBSD 15.0-CURRENT main-n275320-602be8e1a871 GENERIC-NODEBUG amd64 1500031 1500031
  14. grahamperrin:~ % pkg repos -el | sort
  15. FreeBSD-base
  16. FreeBSD-ports
  17. local-current
  18. grahamperrin:~ % cat /usr/local/wine-proton/bin/pkg32.sh
  19. #!/bin/sh -e
  20.  
  21. if [ "$(id -u)" = 0 ]
  22. then
  23. echo "Don't run this script as root!"
  24. exit 1
  25. fi
  26.  
  27. I386_ROOT="${WINE_i386_ROOT:-$HOME/.i386-wine-pkg}"
  28.  
  29. if [ ! -d "$I386_ROOT/usr/share/keys/pkg" ]
  30. then
  31. mkdir -p "$I386_ROOT/usr/share/keys"
  32. ln -s /usr/share/keys/pkg "$I386_ROOT/usr/share/keys/pkg"
  33. fi
  34.  
  35. # Show what we're going to do, then do it.
  36. echo pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@"
  37. exec pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@"
  38. grahamperrin:~ % /usr/local/wine-proton/bin/pkg32.sh info
  39. pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/grahamperrin/.i386-wine-pkg info
  40. grahamperrin:~ % /usr/bin/time -h /usr/local/wine-proton/bin/pkg32.sh install -Fqy editors/turbo
  41. pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/grahamperrin/.i386-wine-pkg install -Fqy editors/turbo
  42. 1.73s real 0.36s user 0.06s sys
  43. grahamperrin:~ % /usr/local/wine-proton/bin/pkg32.sh install -Uy editors/turbo
  44. pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/grahamperrin/.i386-wine-pkg install -Uy editors/turbo
  45. Checking integrity... done (0 conflicting)
  46. The following 15 package(s) will be affected (of 0 checked):
  47.  
  48. New packages to be INSTALLED:
  49. FreeBSD-clibs: 15.snap20250206172738 [FreeBSD-base]
  50. FreeBSD-libarchive: 15.snap20250201094712 [FreeBSD-base]
  51. FreeBSD-libbsm: 15.snap20250206172738 [FreeBSD-base]
  52. FreeBSD-libbz2: 15.snap20241207002852 [FreeBSD-base]
  53. FreeBSD-liblzma: 15.snap20250201094712 [FreeBSD-base]
  54. FreeBSD-libmagic: 15.snap20250201094712 [FreeBSD-base]
  55. FreeBSD-openssl-lib: 15.snap20250206172738 [FreeBSD-base]
  56. FreeBSD-runtime: 15.snap20250208221326 [FreeBSD-base]
  57. gettext-runtime: 0.23.1 [FreeBSD-ports]
  58. gmp: 6.3.0 [FreeBSD-ports]
  59. indexinfo: 0.3.1 [FreeBSD-ports]
  60. liblz4: 1.10.0,1 [local-current]
  61. mpc: 1.3.1_1 [FreeBSD-ports]
  62. mpfr: 4.2.1,1 [FreeBSD-ports]
  63. turbo: g20230621 [FreeBSD-ports]
  64.  
  65. Number of packages to be installed: 15
  66.  
  67. The process will require 39 MiB more space.
  68. [1/15] Installing FreeBSD-clibs-15.snap20250206172738...
  69. [1/15] Extracting FreeBSD-clibs-15.snap20250206172738: 100%
  70. [2/15] Installing FreeBSD-libarchive-15.snap20250201094712...
  71. [2/15] Extracting FreeBSD-libarchive-15.snap20250201094712: 100%
  72. [3/15] Installing FreeBSD-libbsm-15.snap20250206172738...
  73. [3/15] Extracting FreeBSD-libbsm-15.snap20250206172738: 100%
  74. [4/15] Installing FreeBSD-libbz2-15.snap20241207002852...
  75. [4/15] Extracting FreeBSD-libbz2-15.snap20241207002852: 100%
  76. [5/15] Installing FreeBSD-liblzma-15.snap20250201094712...
  77. [5/15] Extracting FreeBSD-liblzma-15.snap20250201094712: 100%
  78. [6/15] Installing FreeBSD-libmagic-15.snap20250201094712...
  79. [6/15] Extracting FreeBSD-libmagic-15.snap20250201094712: 100%
  80. [7/15] Installing FreeBSD-openssl-lib-15.snap20250206172738...
  81. [7/15] Extracting FreeBSD-openssl-lib-15.snap20250206172738: 100%
  82. [8/15] Installing FreeBSD-runtime-15.snap20250208221326...
  83. [8/15] Extracting FreeBSD-runtime-15.snap20250208221326: 100%
  84. [9/15] Installing indexinfo-0.3.1...
  85. [9/15] Extracting indexinfo-0.3.1: 100%
  86. [10/15] Installing gettext-runtime-0.23.1...
  87. [10/15] Extracting gettext-runtime-0.23.1: 100%
  88. [11/15] Installing gmp-6.3.0...
  89. [11/15] Extracting gmp-6.3.0: 100%
  90. [12/15] Installing liblz4-1.10.0,1...
  91. [12/15] Extracting liblz4-1.10.0,1: 100%
  92. [13/15] Installing mpfr-4.2.1,1...
  93. [13/15] Extracting mpfr-4.2.1,1: 100%
  94. [14/15] Installing mpc-1.3.1_1...
  95. [14/15] Extracting mpc-1.3.1_1: 100%
  96. [15/15] Installing turbo-g20230621...
  97. [15/15] Extracting turbo-g20230621: 100%
  98. =====
  99. Message from turbo-g20230621:
  100.  
  101. --
  102. The runtime requirements are (please install at your preference):
  103.  
  104. * `xsel' or `xclip' for clipboard support in X11 environments
  105. * `wl-clipboard' for clipboard support in Wayland environments
  106. grahamperrin:~ % /usr/local/wine-proton/bin/pkg32.sh install -y x11/xsel-conrad
  107. pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/grahamperrin/.i386-wine-pkg install -y x11/xsel-conrad
  108. Updating FreeBSD-ports repository catalogue...
  109. FreeBSD-ports repository is up to date.
  110. Updating FreeBSD-base repository catalogue...
  111. FreeBSD-base repository is up to date.
  112. Updating local-current repository catalogue...
  113. local-current repository is up to date.
  114. All repositories are up to date.
  115. The following 9 package(s) will be affected (of 0 checked):
  116.  
  117. New packages to be INSTALLED:
  118. libICE: 1.1.1,1 [FreeBSD-ports]
  119. libSM: 1.2.4,1 [FreeBSD-ports]
  120. libX11: 1.8.9,1 [FreeBSD-ports]
  121. libXau: 1.0.11 [FreeBSD-ports]
  122. libXdmcp: 1.1.5 [FreeBSD-ports]
  123. libXt: 1.3.0,1 [FreeBSD-ports]
  124. libxcb: 1.17.0 [FreeBSD-ports]
  125. xorgproto: 2024.1 [FreeBSD-ports]
  126. xsel-conrad: 1.2.0_2 [FreeBSD-ports]
  127.  
  128. Number of packages to be installed: 9
  129.  
  130. The process will require 13 MiB more space.
  131. 4 MiB to be downloaded.
  132. [1/9] Fetching libXau-1.0.11.pkg: 100% 12 KiB 12.2kB/s 00:01
  133. [2/9] Fetching libxcb-1.17.0.pkg: 100% 1 MiB 1.1MB/s 00:01
  134. [3/9] Fetching libICE-1.1.1,1.pkg: 100% 101 KiB 103.4kB/s 00:01
  135. [4/9] Fetching libXt-1.3.0,1.pkg: 100% 491 KiB 502.9kB/s 00:01
  136. [5/9] Fetching xsel-conrad-1.2.0_2.pkg: 100% 17 KiB 17.4kB/s 00:01
  137. [6/9] Fetching libSM-1.2.4,1.pkg: 100% 28 KiB 28.2kB/s 00:01
  138. [7/9] Fetching libX11-1.8.9,1.pkg: 100% 2 MiB 1.8MB/s 00:01
  139. [8/9] Fetching xorgproto-2024.1.pkg: 100% 234 KiB 239.9kB/s 00:01
  140. [9/9] Fetching libXdmcp-1.1.5.pkg: 100% 17 KiB 17.6kB/s 00:01
  141. Checking integrity... done (0 conflicting)
  142. [1/9] Installing libICE-1.1.1,1...
  143. [1/9] Extracting libICE-1.1.1,1: 100%
  144. [2/9] Installing libSM-1.2.4,1...
  145. [2/9] Extracting libSM-1.2.4,1: 100%
  146. [3/9] Installing libXau-1.0.11...
  147. [3/9] Extracting libXau-1.0.11: 100%
  148. [4/9] Installing xorgproto-2024.1...
  149. [4/9] Extracting xorgproto-2024.1: 100%
  150. [5/9] Installing libXdmcp-1.1.5...
  151. [5/9] Extracting libXdmcp-1.1.5: 100%
  152. [6/9] Installing libxcb-1.17.0...
  153. [6/9] Extracting libxcb-1.17.0: 100%
  154. [7/9] Installing libX11-1.8.9,1...
  155. [7/9] Extracting libX11-1.8.9,1: 100%
  156. [8/9] Installing libXt-1.3.0,1...
  157. [8/9] Extracting libXt-1.3.0,1: 100%
  158. [9/9] Installing xsel-conrad-1.2.0_2...
  159. [9/9] Extracting xsel-conrad-1.2.0_2: 100%
  160. grahamperrin:~ % ~/.i
  161. .i386-wine-pkg/ .icons/ .ipython/
  162. grahamperrin:~ % ~/.i386-wine-pkg/usr/local/bin/turbo
  163. grahamperrin:~ % /usr/local/wine-proton/bin/pkg32.sh query '%o %v %At:%Av' editors/turbo
  164. pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/grahamperrin/.i386-wine-pkg query %o %v %At:%Av editors/turbo
  165. editors/turbo g20230621 FreeBSD_version:1500031
  166. editors/turbo g20230621 build_timestamp:2025-02-06T16:10:41+0000
  167. editors/turbo g20230621 built_by:poudriere-git-3.4.2
  168. editors/turbo g20230621 port_checkout_unclean:no
  169. editors/turbo g20230621 port_git_hash:851616efae0
  170. editors/turbo g20230621 ports_top_checkout_unclean:no
  171. editors/turbo g20230621 ports_top_git_hash:5beddb013d5
  172. editors/turbo g20230621 repo_type:binary
  173. editors/turbo g20230621 repository:FreeBSD-ports
  174. grahamperrin:~ % /usr/local/wine-proton/bin/pkg32.sh info editors/turbo
  175. pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/grahamperrin/.i386-wine-pkg info editors/turbo
  176. turbo-g20230621
  177. Name : turbo
  178. Version : g20230621
  179. Installed on : Sun Feb 9 12:06:32 2025 GMT
  180. Origin : editors/turbo
  181. Architecture : FreeBSD:15:i386
  182. Prefix : /usr/local
  183. Categories : editors
  184. Licenses : MIT
  185. Maintainer : [email protected]
  186. WWW : https://github.com/magiblot/turbo
  187. Comment : Text editor based on Scintilla and Turbo Vision
  188. Shared Libs required:
  189. libtinfow.so.9
  190. libncursesw.so.9
  191. libmagic.so.4
  192. libm.so.5
  193. libgcc_s.so.1
  194. libcxxrt.so.1
  195. libc.so.7
  196. libc++.so.1
  197. Annotations :
  198. FreeBSD_version: 1500031
  199. build_timestamp: 2025-02-06T16:10:41+0000
  200. built_by : poudriere-git-3.4.2
  201. port_checkout_unclean: no
  202. port_git_hash : 851616efae0
  203. ports_top_checkout_unclean: no
  204. ports_top_git_hash: 5beddb013d5
  205. repo_type : binary
  206. repository : FreeBSD-ports
  207. Flat size : 4.05MiB
  208. Description :
  209. Turbo is an experimental text editor for the terminal, based on the
  210. Scintilla editing component and the Turbo Vision application framework.
  211.  
  212. It aims at being intuitive and easy to use. Usability and productivity
  213. are its two other major objectives, although it has not got that far yet.
  214. And only for being a Turbo Vision application, it offers a vintage look
  215. and feel, while being fully Unicode/UTF-8 aware, including support for
  216. CJK (wide) characters.
  217. grahamperrin:~ %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement