Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bat: adopt and update to 0.4.1, move to textproc
  • Loading branch information
l2dy committed Jun 1, 2018
1 parent dc5961f commit a4b5245
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions devel/bat/Portfile → textproc/bat/Portfile
Expand Up @@ -4,20 +4,20 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup cargo 1.0

github.setup sharkdp bat 0.3.0 v
categories devel
github.setup sharkdp bat 0.4.1 v
categories textproc
platforms darwin
maintainers nomaintainer
maintainers {l2dy @l2dy} openmaintainer
license MIT Apache-2

description A cat(1) clone with syntax highlighting and Git integration.

long_description ${description}

checksums ${distname}${extract.suffix} \
rmd160 593538a86aea52995b2210bfd9dc935e208a0e5d \
sha256 44ded52ff2ec64d10f2c162e54170385c1fd5e8e1300b5f391c0cecdd5d3bdb2 \
size 337992
rmd160 766dc6d915df4358c6b6a1fe1d1b177ae7d93960 \
sha256 f1596ed84982869f9f756eed062e4461094b8c1272eb63d0194beec452ad7f7c \
size 531468

# For crate:onig_sys
depends_build port:cmake
Expand All @@ -31,8 +31,6 @@ cargo.crates \
ansi_term 0.10.2 6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455 \
ansi_term 0.11.0 ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b \
atty 0.2.10 2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1 \
backtrace 0.3.7 8ea58cd16fd6c9d120b5bcb01d63883ae4cc7ba2aed35c1841b862a3c7ef6639 \
backtrace-sys 0.1.16 44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661 \
base64 0.8.0 7c4a342b450b268e1be8036311e2c613d7f8a7ed31214dff1cc3b60852a3168d \
bincode 1.0.0 bda13183df33055cbb84b847becce220d392df502ebe7a4a78d7021771ed94d0 \
bitflags 1.0.3 d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789 \
Expand Down Expand Up @@ -90,7 +88,6 @@ cargo.crates \
regex 0.2.11 9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384 \
regex-syntax 0.4.2 8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e \
regex-syntax 0.5.6 7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7 \
rustc-demangle 0.1.8 76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649 \
safemem 0.2.0 e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f \
same-file 1.0.2 cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637 \
serde 1.0.51 21924cc18e5281f232a17c040355fac97732b42cf019c24996a1642bcb169cdb \
Expand All @@ -101,7 +98,7 @@ cargo.crates \
stable_deref_trait 1.0.0 15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b \
strsim 0.7.0 bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550 \
syn 0.13.7 61b8f1b737f929c6516ba46a3133fd6d5215ad8a62f66760f851f7048aebedfb \
syntect 2.0.1 eceb461f684c9e8e00f7a50055698af62c76d5b86e4ad50b4311acd5f655d606 \
syntect 2.1.0 dc8a6f0db88d4afc340522c20d260411e746b2225b257c6b238a75de9d7cec78 \
term_size 0.3.1 9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327 \
termion 1.5.1 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 \
termios 0.2.2 d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a \
Expand Down

0 comments on commit a4b5245

Please sign in to comment.