Skip to content

Commit

Permalink
time/rusti-cal: update to 1.0.1
Browse files Browse the repository at this point in the history
v1.0.1
What's Changed
- Revert "feat(:nail-care:): dracula-theme" by @arthurhenrique in #51
- revert for color blind by @arthurhenrique in #52

v1.0.0
What's Changed
- Add NetBSD by @0323pin in #39
- chore: add performance checker by @arthurhenrique in #42
- Refactor count_leap_years() and add test cases by @elliotwutingfeng in #40
- Refactor count_leap_years() and add test cases (#40) by @arthurhenrique in #43
- Configure Renovate by @renovate in #44
- feat: show today by @arthurhenrique in #46
- chore: update by @arthurhenrique in #47
- feat(:nail-care:): dracula-theme by @arthurhenrique in #48
- chore: release 🚀 by @arthurhenrique in #49
  • Loading branch information
0323pin committed Dec 17, 2022
1 parent 6e17f5b commit 8ecdbd9
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 80 deletions.
6 changes: 3 additions & 3 deletions time/rusti-cal/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.1 2022/09/10 16:16:27 pin Exp $
# $NetBSD: Makefile,v 1.2 2022/12/17 07:21:58 pin Exp $

DISTNAME= rusti-cal-0.4.5
DISTNAME= rusti-cal-1.0.1
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_GITHUB:=arthurhenrique/}
GITHUB_TAG= v${PKGVERSION_NOREV}

MAINTAINER= pkgsrc-users@NetBSD.org
MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/arthurhenrique/rusti-cal/
COMMENT= Minimal calendar command line
LICENSE= mit
Expand Down
62 changes: 43 additions & 19 deletions time/rusti-cal/cargo-depends.mk
Original file line number Diff line number Diff line change
@@ -1,34 +1,58 @@
# $NetBSD: cargo-depends.mk,v 1.1 2022/09/10 16:16:27 pin Exp $
# $NetBSD: cargo-depends.mk,v 1.2 2022/12/17 07:21:58 pin Exp $

CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18
CARGO_CRATE_DEPENDS+= aho-corasick-0.7.20
CARGO_CRATE_DEPENDS+= android_system_properties-0.1.5
CARGO_CRATE_DEPENDS+= ansi_term-0.12.1
CARGO_CRATE_DEPENDS+= argh-0.1.7
CARGO_CRATE_DEPENDS+= argh_derive-0.1.7
CARGO_CRATE_DEPENDS+= argh_shared-0.1.7
CARGO_CRATE_DEPENDS+= argh-0.1.9
CARGO_CRATE_DEPENDS+= argh_derive-0.1.9
CARGO_CRATE_DEPENDS+= argh_shared-0.1.9
CARGO_CRATE_DEPENDS+= autocfg-1.1.0
CARGO_CRATE_DEPENDS+= block-0.1.6
CARGO_CRATE_DEPENDS+= chrono-0.4.19
CARGO_CRATE_DEPENDS+= heck-0.3.3
CARGO_CRATE_DEPENDS+= bumpalo-3.11.1
CARGO_CRATE_DEPENDS+= cc-1.0.78
CARGO_CRATE_DEPENDS+= cfg-if-1.0.0
CARGO_CRATE_DEPENDS+= chrono-0.4.23
CARGO_CRATE_DEPENDS+= codespan-reporting-0.11.1
CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3
CARGO_CRATE_DEPENDS+= cxx-1.0.83
CARGO_CRATE_DEPENDS+= cxx-build-1.0.83
CARGO_CRATE_DEPENDS+= cxxbridge-flags-1.0.83
CARGO_CRATE_DEPENDS+= cxxbridge-macro-1.0.83
CARGO_CRATE_DEPENDS+= heck-0.4.0
CARGO_CRATE_DEPENDS+= iana-time-zone-0.1.53
CARGO_CRATE_DEPENDS+= iana-time-zone-haiku-0.1.1
CARGO_CRATE_DEPENDS+= js-sys-0.3.60
CARGO_CRATE_DEPENDS+= lazy_static-1.4.0
CARGO_CRATE_DEPENDS+= libc-0.2.123
CARGO_CRATE_DEPENDS+= libc-0.2.138
CARGO_CRATE_DEPENDS+= link-cplusplus-1.0.7
CARGO_CRATE_DEPENDS+= locale_config-0.3.0
CARGO_CRATE_DEPENDS+= log-0.4.17
CARGO_CRATE_DEPENDS+= malloc_buf-0.0.6
CARGO_CRATE_DEPENDS+= memchr-2.4.1
CARGO_CRATE_DEPENDS+= num-integer-0.1.44
CARGO_CRATE_DEPENDS+= num-traits-0.2.14
CARGO_CRATE_DEPENDS+= memchr-2.5.0
CARGO_CRATE_DEPENDS+= num-integer-0.1.45
CARGO_CRATE_DEPENDS+= num-traits-0.2.15
CARGO_CRATE_DEPENDS+= objc-0.2.7
CARGO_CRATE_DEPENDS+= objc-foundation-0.1.1
CARGO_CRATE_DEPENDS+= objc_id-0.1.1
CARGO_CRATE_DEPENDS+= proc-macro2-1.0.37
CARGO_CRATE_DEPENDS+= once_cell-1.16.0
CARGO_CRATE_DEPENDS+= proc-macro2-1.0.47
CARGO_CRATE_DEPENDS+= pure-rust-locales-0.5.6
CARGO_CRATE_DEPENDS+= quote-1.0.18
CARGO_CRATE_DEPENDS+= regex-1.5.5
CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25
CARGO_CRATE_DEPENDS+= syn-1.0.91
CARGO_CRATE_DEPENDS+= time-0.1.44
CARGO_CRATE_DEPENDS+= unicode-segmentation-1.9.0
CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2
CARGO_CRATE_DEPENDS+= quote-1.0.21
CARGO_CRATE_DEPENDS+= regex-1.7.0
CARGO_CRATE_DEPENDS+= regex-syntax-0.6.28
CARGO_CRATE_DEPENDS+= scratch-1.0.2
CARGO_CRATE_DEPENDS+= syn-1.0.105
CARGO_CRATE_DEPENDS+= termcolor-1.1.3
CARGO_CRATE_DEPENDS+= time-0.1.45
CARGO_CRATE_DEPENDS+= unicode-ident-1.0.5
CARGO_CRATE_DEPENDS+= unicode-width-0.1.10
CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1
CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.83
CARGO_CRATE_DEPENDS+= wasm-bindgen-backend-0.2.83
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-0.2.83
CARGO_CRATE_DEPENDS+= wasm-bindgen-macro-support-0.2.83
CARGO_CRATE_DEPENDS+= wasm-bindgen-shared-0.2.83
CARGO_CRATE_DEPENDS+= winapi-0.3.9
CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0
CARGO_CRATE_DEPENDS+= winapi-util-0.1.5
CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0
Loading

0 comments on commit 8ecdbd9

Please sign in to comment.