Makefile 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. PORTNAME= nushell
  2. DISTVERSION= 0.93.0
  3. CATEGORIES= shells
  4. MAINTAINER= yuri@FreeBSD.org
  5. COMMENT= New type of shell
  6. WWW= https://www.nushell.sh/
  7. LICENSE= MIT
  8. LICENSE_FILE= ${WRKSRC}/LICENSE
  9. USES= cargo localbase ssl
  10. USE_GITHUB= yes
  11. CARGO_CRATES= addr2line-0.21.0 \
  12. adler-1.0.2 \
  13. adler32-1.2.0 \
  14. ahash-0.7.8 \
  15. ahash-0.8.11 \
  16. aho-corasick-1.1.3 \
  17. alloc-no-stdlib-2.0.4 \
  18. alloc-stdlib-0.2.2 \
  19. allocator-api2-0.2.16 \
  20. alphanumeric-sort-1.5.3 \
  21. android-tzdata-0.1.1 \
  22. android_system_properties-0.1.5 \
  23. ansi-str-0.8.0 \
  24. ansitok-0.2.0 \
  25. anstream-0.6.13 \
  26. anstyle-1.0.6 \
  27. anstyle-parse-0.2.3 \
  28. anstyle-query-1.0.2 \
  29. anstyle-wincon-3.0.2 \
  30. arboard-3.3.2 \
  31. argminmax-0.6.2 \
  32. array-init-cursor-0.2.0 \
  33. arrayvec-0.5.2 \
  34. arrayvec-0.7.4 \
  35. assert-json-diff-2.0.2 \
  36. assert_cmd-2.0.14 \
  37. async-channel-2.2.0 \
  38. async-lock-3.3.0 \
  39. async-stream-0.3.5 \
  40. async-stream-impl-0.3.5 \
  41. async-task-4.7.0 \
  42. async-trait-0.1.79 \
  43. atoi-2.0.0 \
  44. atoi_simd-0.15.6 \
  45. atomic-waker-1.1.2 \
  46. autocfg-1.2.0 \
  47. avro-schema-0.3.0 \
  48. backtrace-0.3.71 \
  49. backtrace-ext-0.2.1 \
  50. base64-0.13.1 \
  51. base64-0.21.7 \
  52. base64-0.22.0 \
  53. bincode-1.3.3 \
  54. bindgen-0.69.4 \
  55. bit-set-0.5.3 \
  56. bit-vec-0.6.3 \
  57. bitflags-1.3.2 \
  58. bitflags-2.5.0 \
  59. bitvec-1.0.1 \
  60. block-0.1.6 \
  61. block-buffer-0.10.4 \
  62. blocking-1.5.1 \
  63. borsh-1.4.0 \
  64. borsh-derive-1.4.0 \
  65. bracoxide-0.1.3 \
  66. brotli-3.5.0 \
  67. brotli-5.0.0 \
  68. brotli-decompressor-2.5.1 \
  69. brotli-decompressor-4.0.0 \
  70. bstr-1.9.1 \
  71. bumpalo-3.16.0 \
  72. byte-unit-5.1.4 \
  73. bytecheck-0.6.12 \
  74. bytecheck_derive-0.6.12 \
  75. bytecount-0.6.7 \
  76. bytemuck-1.15.0 \
  77. bytemuck_derive-1.6.0 \
  78. byteorder-1.5.0 \
  79. bytes-1.6.0 \
  80. bytesize-1.3.0 \
  81. calamine-0.24.0 \
  82. cassowary-0.3.0 \
  83. castaway-0.2.2 \
  84. cc-1.0.92 \
  85. cexpr-0.6.0 \
  86. cfg-if-1.0.0 \
  87. cfg_aliases-0.1.1 \
  88. chardetng-0.1.17 \
  89. charset-0.1.3 \
  90. chrono-0.4.37 \
  91. chrono-humanize-0.2.3 \
  92. chrono-tz-0.8.6 \
  93. chrono-tz-0.9.0 \
  94. chrono-tz-build-0.2.1 \
  95. chrono-tz-build-0.3.0 \
  96. chumsky-0.9.3 \
  97. clang-sys-1.7.0 \
  98. clap-4.5.4 \
  99. clap_builder-4.5.2 \
  100. clap_lex-0.7.0 \
  101. clipboard-win-5.3.0 \
  102. codepage-0.1.1 \
  103. colorchoice-1.0.0 \
  104. comfy-table-7.1.1 \
  105. compact_str-0.7.1 \
  106. concurrent-queue-2.4.0 \
  107. condtype-1.3.0 \
  108. console-0.15.8 \
  109. const-random-0.1.18 \
  110. const-random-macro-0.1.16 \
  111. const_format-0.2.32 \
  112. const_format_proc_macros-0.2.32 \
  113. core-foundation-0.9.4 \
  114. core-foundation-sys-0.8.6 \
  115. cpufeatures-0.2.12 \
  116. crc-2.1.0 \
  117. crc-catalog-1.1.1 \
  118. crc32fast-1.4.0 \
  119. crossbeam-channel-0.5.12 \
  120. crossbeam-deque-0.8.5 \
  121. crossbeam-epoch-0.9.18 \
  122. crossbeam-queue-0.3.11 \
  123. crossbeam-utils-0.8.19 \
  124. crossterm-0.27.0 \
  125. crossterm_winapi-0.9.1 \
  126. crunchy-0.2.2 \
  127. crypto-common-0.1.6 \
  128. cssparser-0.31.2 \
  129. cssparser-macros-0.6.1 \
  130. csv-1.3.0 \
  131. csv-core-0.1.11 \
  132. ctrlc-3.4.4 \
  133. deranged-0.3.11 \
  134. derive-new-0.6.0 \
  135. derive_more-0.99.17 \
  136. dialoguer-0.11.0 \
  137. diff-0.1.13 \
  138. difflib-0.4.0 \
  139. digest-0.10.7 \
  140. dirs-next-2.0.0 \
  141. dirs-sys-next-0.1.2 \
  142. divan-0.1.14 \
  143. divan-macros-0.1.14 \
  144. dlib-0.5.2 \
  145. dlv-list-0.5.2 \
  146. doc-comment-0.3.3 \
  147. downcast-rs-1.2.1 \
  148. dtoa-1.0.9 \
  149. dtoa-short-0.3.4 \
  150. dtparse-2.0.0 \
  151. dunce-1.0.4 \
  152. dyn-clone-1.0.17 \
  153. ego-tree-0.6.2 \
  154. either-1.10.0 \
  155. eml-parser-0.1.4 \
  156. encode_unicode-0.3.6 \
  157. encoding_rs-0.8.33 \
  158. enum_dispatch-0.3.13 \
  159. env_logger-0.8.4 \
  160. equivalent-1.0.1 \
  161. erased-serde-0.4.4 \
  162. errno-0.3.8 \
  163. error-code-3.2.0 \
  164. ethnum-1.5.0 \
  165. event-listener-4.0.3 \
  166. event-listener-5.3.0 \
  167. event-listener-strategy-0.4.0 \
  168. event-listener-strategy-0.5.1 \
  169. fallible-iterator-0.3.0 \
  170. fallible-streaming-iterator-0.1.9 \
  171. fancy-regex-0.13.0 \
  172. fast-float-0.2.0 \
  173. fastrand-2.0.2 \
  174. fd-lock-4.0.2 \
  175. file-id-0.2.1 \
  176. filesize-0.2.0 \
  177. filetime-0.2.23 \
  178. fixedbitset-0.4.2 \
  179. flate2-1.0.28 \
  180. float-cmp-0.9.0 \
  181. fnv-1.0.7 \
  182. foreign-types-0.3.2 \
  183. foreign-types-shared-0.1.1 \
  184. foreign_vec-0.1.0 \
  185. form_urlencoded-1.2.1 \
  186. fs_extra-1.3.0 \
  187. fsevent-sys-4.1.0 \
  188. funty-2.0.0 \
  189. futf-0.1.5 \
  190. futures-0.3.30 \
  191. futures-channel-0.3.30 \
  192. futures-core-0.3.30 \
  193. futures-executor-0.3.30 \
  194. futures-io-0.3.30 \
  195. futures-lite-2.3.0 \
  196. futures-macro-0.3.30 \
  197. futures-sink-0.3.30 \
  198. futures-task-0.3.30 \
  199. futures-util-0.3.30 \
  200. fuzzy-matcher-0.3.7 \
  201. fxhash-0.2.1 \
  202. generic-array-0.14.7 \
  203. gethostname-0.4.3 \
  204. getrandom-0.2.14 \
  205. gimli-0.28.1 \
  206. git2-0.18.3 \
  207. gjson-0.8.1 \
  208. glob-0.3.1 \
  209. h2-0.3.26 \
  210. halfbrown-0.2.5 \
  211. hash32-0.3.1 \
  212. hashbrown-0.12.3 \
  213. hashbrown-0.14.3 \
  214. hashlink-0.9.0 \
  215. heapless-0.8.0 \
  216. heck-0.4.1 \
  217. heck-0.5.0 \
  218. hermit-abi-0.3.9 \
  219. hex-0.4.3 \
  220. home-0.5.9 \
  221. html5ever-0.26.0 \
  222. http-0.2.12 \
  223. http-body-0.4.6 \
  224. httparse-1.8.0 \
  225. httpdate-1.0.3 \
  226. human-date-parser-0.1.2 \
  227. hyper-0.14.28 \
  228. iana-time-zone-0.1.60 \
  229. iana-time-zone-haiku-0.1.2 \
  230. ical-0.11.0 \
  231. idna-0.5.0 \
  232. indexmap-2.2.6 \
  233. indicatif-0.17.8 \
  234. indoc-2.0.5 \
  235. inotify-0.9.6 \
  236. inotify-sys-0.1.5 \
  237. instant-0.1.12 \
  238. interprocess-1.2.1 \
  239. intmap-0.7.1 \
  240. inventory-0.3.15 \
  241. is-docker-0.2.0 \
  242. is-wsl-0.4.0 \
  243. is_ci-1.2.0 \
  244. is_debug-1.0.1 \
  245. is_executable-1.0.1 \
  246. itertools-0.11.0 \
  247. itertools-0.12.1 \
  248. itoa-1.0.11 \
  249. itoap-1.0.1 \
  250. jobserver-0.1.28 \
  251. joinery-2.1.0 \
  252. js-sys-0.3.69 \
  253. jsonpath_lib_polars_vendor-0.0.1 \
  254. kqueue-1.0.8 \
  255. kqueue-sys-1.0.4 \
  256. lazy_static-1.4.0 \
  257. lazycell-1.3.0 \
  258. lexical-core-0.8.5 \
  259. lexical-parse-float-0.8.5 \
  260. lexical-parse-integer-0.8.6 \
  261. lexical-util-0.8.5 \
  262. lexical-write-float-0.8.5 \
  263. lexical-write-integer-0.8.5 \
  264. libc-0.2.153 \
  265. libflate-1.4.0 \
  266. libflate_lz77-1.2.0 \
  267. libgit2-sys-0.16.2+1.7.2 \
  268. libloading-0.8.3 \
  269. libm-0.2.8 \
  270. libmimalloc-sys-0.1.35 \
  271. libproc-0.14.6 \
  272. libredox-0.1.3 \
  273. libsqlite3-sys-0.28.0 \
  274. libssh2-sys-0.3.0 \
  275. libz-sys-1.1.16 \
  276. linked-hash-map-0.5.6 \
  277. linux-raw-sys-0.4.13 \
  278. lock_api-0.4.11 \
  279. log-0.4.21 \
  280. lru-0.12.3 \
  281. lscolors-0.17.0 \
  282. lsp-server-0.7.6 \
  283. lsp-types-0.95.1 \
  284. lz4-1.24.0 \
  285. lz4-sys-1.9.4 \
  286. mac-0.1.1 \
  287. mach2-0.4.2 \
  288. malloc_buf-0.0.6 \
  289. markup5ever-0.11.0 \
  290. md-5-0.10.6 \
  291. memchr-2.7.2 \
  292. memmap2-0.7.1 \
  293. miette-7.2.0 \
  294. miette-derive-7.2.0 \
  295. mimalloc-0.1.39 \
  296. mime-0.3.17 \
  297. mime_guess-2.0.4 \
  298. minimal-lexical-0.2.1 \
  299. miniz_oxide-0.7.2 \
  300. mio-0.8.11 \
  301. mockito-1.4.0 \
  302. multiversion-0.7.4 \
  303. multiversion-macros-0.7.4 \
  304. native-tls-0.2.11 \
  305. new_debug_unreachable-1.0.6 \
  306. nix-0.28.0 \
  307. nom-7.1.3 \
  308. notify-6.1.1 \
  309. notify-debouncer-full-0.3.1 \
  310. now-0.1.3 \
  311. ntapi-0.4.1 \
  312. nu-ansi-term-0.50.0 \
  313. num-0.4.1 \
  314. num-bigint-0.4.4 \
  315. num-complex-0.4.5 \
  316. num-conv-0.1.0 \
  317. num-format-0.4.4 \
  318. num-integer-0.1.46 \
  319. num-iter-0.1.44 \
  320. num-rational-0.4.1 \
  321. num-traits-0.2.18 \
  322. num_cpus-1.16.0 \
  323. num_threads-0.1.7 \
  324. number_prefix-0.4.0 \
  325. objc-0.2.7 \
  326. objc-foundation-0.1.1 \
  327. objc_id-0.1.1 \
  328. object-0.32.2 \
  329. omnipath-0.1.6 \
  330. once_cell-1.19.0 \
  331. open-5.1.2 \
  332. openssl-0.10.64 \
  333. openssl-macros-0.1.1 \
  334. openssl-probe-0.1.5 \
  335. openssl-src-300.2.3+3.2.1 \
  336. openssl-sys-0.9.102 \
  337. ordered-multimap-0.7.3 \
  338. os_display-0.1.3 \
  339. os_pipe-1.1.5 \
  340. owo-colors-4.0.0 \
  341. papergrid-0.10.0 \
  342. parking-2.2.0 \
  343. parking_lot-0.12.1 \
  344. parking_lot_core-0.9.9 \
  345. parquet-format-safe-0.2.4 \
  346. parse-zoneinfo-0.3.0 \
  347. paste-1.0.14 \
  348. pathdiff-0.2.1 \
  349. percent-encoding-2.3.1 \
  350. peresil-0.3.0 \
  351. pest-2.7.9 \
  352. pest_derive-2.7.9 \
  353. pest_generator-2.7.9 \
  354. pest_meta-2.7.9 \
  355. petgraph-0.6.4 \
  356. phf-0.10.1 \
  357. phf-0.11.2 \
  358. phf_codegen-0.10.0 \
  359. phf_codegen-0.11.2 \
  360. phf_generator-0.10.0 \
  361. phf_generator-0.11.2 \
  362. phf_macros-0.11.2 \
  363. phf_shared-0.10.0 \
  364. phf_shared-0.11.2 \
  365. pin-project-lite-0.2.14 \
  366. pin-utils-0.1.0 \
  367. piper-0.2.1 \
  368. pkg-config-0.3.30 \
  369. planus-0.3.1 \
  370. platform-info-2.0.2 \
  371. polars-0.39.1 \
  372. polars-arrow-0.39.1 \
  373. polars-arrow-format-0.1.0 \
  374. polars-compute-0.39.1 \
  375. polars-core-0.39.1 \
  376. polars-error-0.39.1 \
  377. polars-io-0.39.1 \
  378. polars-json-0.39.1 \
  379. polars-lazy-0.39.1 \
  380. polars-ops-0.39.1 \
  381. polars-parquet-0.39.1 \
  382. polars-pipe-0.39.1 \
  383. polars-plan-0.39.1 \
  384. polars-row-0.39.1 \
  385. polars-sql-0.39.1 \
  386. polars-time-0.39.1 \
  387. polars-utils-0.39.1 \
  388. pori-0.0.0 \
  389. portable-atomic-1.6.0 \
  390. powerfmt-0.2.0 \
  391. ppv-lite86-0.2.17 \
  392. precomputed-hash-0.1.1 \
  393. predicates-3.1.0 \
  394. predicates-core-1.0.6 \
  395. predicates-tree-1.0.9 \
  396. pretty_assertions-1.4.0 \
  397. print-positions-0.6.1 \
  398. proc-macro-crate-3.1.0 \
  399. proc-macro-error-1.0.4 \
  400. proc-macro-error-attr-1.0.4 \
  401. proc-macro2-1.0.79 \
  402. procfs-0.16.0 \
  403. procfs-core-0.16.0 \
  404. psm-0.1.21 \
  405. ptr_meta-0.1.4 \
  406. ptr_meta_derive-0.1.4 \
  407. pure-rust-locales-0.8.1 \
  408. pwd-1.4.0 \
  409. quick-error-1.2.3 \
  410. quick-error-2.0.1 \
  411. quick-xml-0.31.0 \
  412. quickcheck-1.0.3 \
  413. quickcheck_macros-1.0.0 \
  414. quote-1.0.35 \
  415. quoted_printable-0.5.0 \
  416. radium-0.7.0 \
  417. rand-0.8.5 \
  418. rand_chacha-0.3.1 \
  419. rand_core-0.6.4 \
  420. rand_distr-0.4.3 \
  421. ratatui-0.26.2 \
  422. raw-cpuid-11.0.1 \
  423. rayon-1.10.0 \
  424. rayon-core-1.12.1 \
  425. recursive-0.1.1 \
  426. recursive-proc-macro-impl-0.1.1 \
  427. redox_syscall-0.4.1 \
  428. redox_users-0.4.5 \
  429. reedline-0.32.0 \
  430. ref-cast-1.0.22 \
  431. ref-cast-impl-1.0.22 \
  432. regex-1.10.4 \
  433. regex-automata-0.4.6 \
  434. regex-lite-0.1.5 \
  435. regex-syntax-0.8.3 \
  436. relative-path-1.9.2 \
  437. rend-0.4.2 \
  438. rfc2047-decoder-1.0.5 \
  439. rkyv-0.7.44 \
  440. rkyv_derive-0.7.44 \
  441. rle-decode-fast-1.0.3 \
  442. rmp-0.8.14 \
  443. rmp-serde-1.2.0 \
  444. ropey-1.6.1 \
  445. roxmltree-0.19.0 \
  446. rstest-0.18.2 \
  447. rstest_macros-0.18.2 \
  448. rusqlite-0.31.0 \
  449. rust-embed-8.3.0 \
  450. rust-embed-impl-8.3.0 \
  451. rust-embed-utils-8.3.0 \
  452. rust-ini-0.21.0 \
  453. rust_decimal-1.35.0 \
  454. rustc-demangle-0.1.23 \
  455. rustc-hash-1.1.0 \
  456. rustc_version-0.4.0 \
  457. rustix-0.38.32 \
  458. rustversion-1.0.15 \
  459. ryu-1.0.17 \
  460. same-file-1.0.6 \
  461. scc-2.1.0 \
  462. schannel-0.1.23 \
  463. scoped-tls-1.0.1 \
  464. scopeguard-1.2.0 \
  465. scraper-0.19.0 \
  466. sdd-0.2.0 \
  467. seahash-4.1.0 \
  468. security-framework-2.10.0 \
  469. security-framework-sys-2.10.0 \
  470. selectors-0.25.0 \
  471. semver-1.0.22 \
  472. seq-macro-0.3.5 \
  473. serde-1.0.197 \
  474. serde_derive-1.0.197 \
  475. serde_json-1.0.115 \
  476. serde_repr-0.1.19 \
  477. serde_spanned-0.6.5 \
  478. serde_urlencoded-0.7.1 \
  479. serde_yaml-0.9.34+deprecated \
  480. serial_test-3.1.0 \
  481. serial_test_derive-3.1.0 \
  482. servo_arc-0.3.0 \
  483. sha2-0.10.8 \
  484. shadow-rs-0.27.1 \
  485. shell-words-1.1.0 \
  486. shlex-1.3.0 \
  487. signal-hook-0.3.17 \
  488. signal-hook-mio-0.2.3 \
  489. signal-hook-registry-1.4.1 \
  490. simd-json-0.13.9 \
  491. simdutf8-0.1.4 \
  492. similar-2.5.0 \
  493. simplelog-0.12.2 \
  494. siphasher-0.3.11 \
  495. slab-0.4.9 \
  496. smallvec-1.13.2 \
  497. smartstring-1.0.1 \
  498. smawk-0.3.2 \
  499. snap-1.1.1 \
  500. socket2-0.5.6 \
  501. spinning-0.1.0 \
  502. sqlparser-0.39.0 \
  503. sqlparser-0.45.0 \
  504. stability-0.2.0 \
  505. stable_deref_trait-1.2.0 \
  506. stacker-0.1.15 \
  507. static_assertions-1.1.0 \
  508. str_indices-0.4.3 \
  509. streaming-decompression-0.1.2 \
  510. streaming-iterator-0.1.9 \
  511. strength_reduce-0.2.4 \
  512. string_cache-0.8.7 \
  513. string_cache_codegen-0.5.2 \
  514. strip-ansi-escapes-0.2.0 \
  515. strsim-0.11.1 \
  516. strum-0.26.2 \
  517. strum_macros-0.25.3 \
  518. strum_macros-0.26.2 \
  519. supports-color-3.0.0 \
  520. supports-hyperlinks-3.0.0 \
  521. supports-unicode-3.0.0 \
  522. sxd-document-0.3.2 \
  523. sxd-xpath-0.4.2 \
  524. syn-1.0.109 \
  525. syn-2.0.58 \
  526. syn_derive-0.1.8 \
  527. sys-locale-0.3.1 \
  528. sysinfo-0.30.9 \
  529. tabled-0.14.0 \
  530. tap-1.0.1 \
  531. target-features-0.1.6 \
  532. tempfile-3.10.1 \
  533. tendril-0.4.3 \
  534. termcolor-1.4.1 \
  535. terminal_size-0.3.0 \
  536. termtree-0.4.1 \
  537. textwrap-0.16.1 \
  538. thiserror-1.0.58 \
  539. thiserror-impl-1.0.58 \
  540. thread_local-1.1.8 \
  541. time-0.3.34 \
  542. time-core-0.1.2 \
  543. time-macros-0.2.17 \
  544. tiny-keccak-2.0.2 \
  545. tinyvec-1.6.0 \
  546. tinyvec_macros-0.1.1 \
  547. titlecase-2.2.1 \
  548. to_method-1.1.0 \
  549. tokio-1.37.0 \
  550. tokio-util-0.7.10 \
  551. toml-0.7.8 \
  552. toml-0.8.12 \
  553. toml_datetime-0.6.5 \
  554. toml_edit-0.19.15 \
  555. toml_edit-0.21.1 \
  556. toml_edit-0.22.9 \
  557. tower-service-0.3.2 \
  558. tracing-0.1.40 \
  559. tracing-core-0.1.32 \
  560. trash-3.3.1 \
  561. tree_magic_mini-3.1.4 \
  562. trim-in-place-0.1.7 \
  563. try-lock-0.2.5 \
  564. typed-arena-1.7.0 \
  565. typenum-1.17.0 \
  566. typetag-0.2.16 \
  567. typetag-impl-0.2.16 \
  568. ucd-trie-0.1.6 \
  569. umask-2.1.0 \
  570. unicase-2.7.0 \
  571. unicode-bidi-0.3.15 \
  572. unicode-ident-1.0.12 \
  573. unicode-linebreak-0.1.5 \
  574. unicode-normalization-0.1.23 \
  575. unicode-reverse-1.0.9 \
  576. unicode-segmentation-1.11.0 \
  577. unicode-width-0.1.11 \
  578. unicode-xid-0.2.4 \
  579. unsafe-libyaml-0.2.11 \
  580. ureq-2.9.6 \
  581. url-2.5.0 \
  582. utf-8-0.7.6 \
  583. utf8-width-0.1.7 \
  584. utf8parse-0.2.1 \
  585. uu_cp-0.0.25 \
  586. uu_mkdir-0.0.25 \
  587. uu_mktemp-0.0.25 \
  588. uu_mv-0.0.25 \
  589. uu_uname-0.0.25 \
  590. uu_whoami-0.0.25 \
  591. uucore-0.0.25 \
  592. uucore_procs-0.0.25 \
  593. uuhelp_parser-0.0.25 \
  594. uuid-1.8.0 \
  595. v_htmlescape-0.15.8 \
  596. value-trait-0.8.1 \
  597. vcpkg-0.2.15 \
  598. version_check-0.9.4 \
  599. vte-0.10.1 \
  600. vte-0.11.1 \
  601. vte_generate_state_changes-0.1.1 \
  602. wait-timeout-0.2.0 \
  603. walkdir-2.5.0 \
  604. want-0.3.1 \
  605. wasi-0.11.0+wasi-snapshot-preview1 \
  606. wasm-bindgen-0.2.92 \
  607. wasm-bindgen-backend-0.2.92 \
  608. wasm-bindgen-macro-0.2.92 \
  609. wasm-bindgen-macro-support-0.2.92 \
  610. wasm-bindgen-shared-0.2.92 \
  611. wax-0.6.0 \
  612. wayland-backend-0.3.3 \
  613. wayland-client-0.31.2 \
  614. wayland-protocols-0.31.2 \
  615. wayland-protocols-wlr-0.2.0 \
  616. wayland-scanner-0.31.1 \
  617. wayland-sys-0.31.1 \
  618. which-6.0.1 \
  619. wild-2.2.1 \
  620. winapi-0.3.9 \
  621. winapi-i686-pc-windows-gnu-0.4.0 \
  622. winapi-util-0.1.6 \
  623. winapi-x86_64-pc-windows-gnu-0.4.0 \
  624. windows-0.44.0 \
  625. windows-0.52.0 \
  626. windows-0.54.0 \
  627. windows-core-0.52.0 \
  628. windows-core-0.54.0 \
  629. windows-result-0.1.0 \
  630. windows-sys-0.48.0 \
  631. windows-sys-0.52.0 \
  632. windows-targets-0.42.2 \
  633. windows-targets-0.48.5 \
  634. windows-targets-0.52.4 \
  635. windows_aarch64_gnullvm-0.42.2 \
  636. windows_aarch64_gnullvm-0.48.5 \
  637. windows_aarch64_gnullvm-0.52.4 \
  638. windows_aarch64_msvc-0.42.2 \
  639. windows_aarch64_msvc-0.48.5 \
  640. windows_aarch64_msvc-0.52.4 \
  641. windows_i686_gnu-0.42.2 \
  642. windows_i686_gnu-0.48.5 \
  643. windows_i686_gnu-0.52.4 \
  644. windows_i686_msvc-0.42.2 \
  645. windows_i686_msvc-0.48.5 \
  646. windows_i686_msvc-0.52.4 \
  647. windows_x86_64_gnu-0.42.2 \
  648. windows_x86_64_gnu-0.48.5 \
  649. windows_x86_64_gnu-0.52.4 \
  650. windows_x86_64_gnullvm-0.42.2 \
  651. windows_x86_64_gnullvm-0.48.5 \
  652. windows_x86_64_gnullvm-0.52.4 \
  653. windows_x86_64_msvc-0.42.2 \
  654. windows_x86_64_msvc-0.48.5 \
  655. windows_x86_64_msvc-0.52.4 \
  656. winnow-0.5.40 \
  657. winnow-0.6.5 \
  658. winreg-0.52.0 \
  659. winresource-0.1.17 \
  660. winsafe-0.0.19 \
  661. wl-clipboard-rs-0.8.1 \
  662. wyz-0.5.1 \
  663. x11rb-0.13.0 \
  664. x11rb-protocol-0.13.0 \
  665. xattr-1.3.1 \
  666. xxhash-rust-0.8.10 \
  667. yansi-0.5.1 \
  668. zerocopy-0.7.32 \
  669. zerocopy-derive-0.7.32 \
  670. zip-0.6.6 \
  671. zstd-0.13.1 \
  672. zstd-safe-7.1.0 \
  673. zstd-sys-2.0.10+zstd.1.5.6
  674. OPENSSLINC= /usr/include
  675. OPENSSLLIB= /usr/lib
  676. PLIST_FILES= bin/nu
  677. OPTIONS_DEFINE= DATAFRAME
  678. DATAFRAME_DESC= Include the dataframe feature
  679. DATAFRAME_VARS= CARGO_BUILD_ARGS+=--features=dataframe
  680. DATAFRAME_BROKEN= see https://github.com/nushell/nushell/issues/7665
  681. .include <bsd.port.options.mk>
  682. .if ${ARCH} == powerpc
  683. LIB_DEPENDS= libatomic.so:lang/gcc${GCC_DEFAULT}
  684. LDFLAGS= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic
  685. .endif
  686. .include <bsd.port.pre.mk>
  687. # avoid address space exhaustion in compiler
  688. .if ${ARCH:Marmv?}
  689. LTO_UNSAFE= yes
  690. .endif
  691. post-install:
  692. @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nu
  693. .include <bsd.port.post.mk>