ncdc 1.24.1
This commit is contained in:
parent
b77774286d
commit
1d11b8da83
9 changed files with 42 additions and 14 deletions
|
|
@ -17,6 +17,12 @@ respective issue tracker or send a mail to
|
||||||
|
|
||||||
# Entries
|
# Entries
|
||||||
|
|
||||||
|
`2024-07-12` - DIANA PUNKY
|
||||||
|
: ncdu rocks!
|
||||||
|
|
||||||
|
`2024-05-29` - andy
|
||||||
|
: ncdu!
|
||||||
|
|
||||||
`2024-04-19` - tibs
|
`2024-04-19` - tibs
|
||||||
: Thanks for all of your hard work. Your software has enhanced my life
|
: Thanks for all of your hard work. Your software has enhanced my life
|
||||||
throughout the years!
|
throughout the years!
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,9 @@ crap I've written over the years. :)
|
||||||
<!-- These announcements are parsed by mkfeed.pl, see that file for formatting -->
|
<!-- These announcements are parsed by mkfeed.pl, see that file for formatting -->
|
||||||
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||||
|
|
||||||
|
`2024-07-18` - ncdc 1.24.1 released <!-- tags: ncdc, link: /ncdc -->
|
||||||
|
: Just fixes a build error. [Homepage](/ncdc) - [Changelog](/ncdc/changes).
|
||||||
|
|
||||||
`2024-04-21` - torreas 0.3 released <!-- tags: torreas, link: /torreas -->
|
`2024-04-21` - torreas 0.3 released <!-- tags: torreas, link: /torreas -->
|
||||||
: Updated for Zig 0.12. [Homepage](/torreas) - [Changelog](/torreas/changes).
|
: Updated for Zig 0.12. [Homepage](/torreas) - [Changelog](/torreas/changes).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Ncdc is a lightweight direct connect client with a friendly ncurses interface.
|
||||||
## Get ncdc! <a href="/ncdc/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
## Get ncdc! <a href="/ncdc/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||||
|
|
||||||
Latest version
|
Latest version
|
||||||
: 1.24 ([ncdc-1.24.tar.gz](/download/ncdc-1.24.tar.gz)
|
: 1.24.1 ([ncdc-1.24.1.tar.gz](/download/ncdc-1.24.1.tar.gz)
|
||||||
\- [changes](https://dev.yorhel.nl/ncdc/changes))
|
\- [changes](https://dev.yorhel.nl/ncdc/changes))
|
||||||
|
|
||||||
Convenient static binaries for Linux:
|
Convenient static binaries for Linux:
|
||||||
|
|
|
||||||
|
|
@ -88,9 +88,9 @@ Ncdc is available in [Homebrew](https://formulae.brew.sh/formula/ncdc).
|
||||||
Compile & install from source:
|
Compile & install from source:
|
||||||
|
|
||||||
doas pkg_add -i glib2
|
doas pkg_add -i glib2
|
||||||
ftp https://dev.yorhel.nl/download/ncdc-1.24.tar.gz
|
ftp https://dev.yorhel.nl/download/ncdc-1.24.1.tar.gz
|
||||||
tar zxvf ncdc-1.24.tar.gz
|
tar zxvf ncdc-1.24.1.tar.gz
|
||||||
cd ncdc-1.24
|
cd ncdc-1.24.1
|
||||||
./configure NCURSES_CFLAGS="-lncurses" NCURSES_LIBS="-lncursesw"\
|
./configure NCURSES_CFLAGS="-lncurses" NCURSES_LIBS="-lncursesw"\
|
||||||
CPPFLAGS="-I/usr/include -I/usr/local/include"\
|
CPPFLAGS="-I/usr/include -I/usr/local/include"\
|
||||||
LDFLAGS="-L/usr/lib -L/usr/local/lib"
|
LDFLAGS="-L/usr/lib -L/usr/local/lib"
|
||||||
|
|
@ -107,9 +107,9 @@ First install some required packages (as root):
|
||||||
|
|
||||||
Then, fetch the ncdc source tarball, extract and build as follows:
|
Then, fetch the ncdc source tarball, extract and build as follows:
|
||||||
|
|
||||||
wget https://dev.yorhel.nl/download/ncdc-1.24.tar.gz
|
wget https://dev.yorhel.nl/download/ncdc-1.24.1.tar.gz
|
||||||
tar -xf ncdc-1.24.tar.gz
|
tar -xf ncdc-1.24.1.tar.gz
|
||||||
cd ncdc-1.24
|
cd ncdc-1.24.1
|
||||||
export PATH="$PATH:/usr/perl5/5.10.0/bin"
|
export PATH="$PATH:/usr/perl5/5.10.0/bin"
|
||||||
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
|
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
|
||||||
make
|
make
|
||||||
|
|
@ -140,9 +140,9 @@ install the required libraries:
|
||||||
|
|
||||||
Then run the following commands to download and install ncdc:
|
Then run the following commands to download and install ncdc:
|
||||||
|
|
||||||
wget https://dev.yorhel.nl/download/ncdc-1.24.tar.gz
|
wget https://dev.yorhel.nl/download/ncdc-1.24.1.tar.gz
|
||||||
tar -xf ncdc-1.24.tar.gz
|
tar -xf ncdc-1.24.1.tar.gz
|
||||||
cd ncdc-1.24
|
cd ncdc-1.24.1
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
@ -168,8 +168,8 @@ website](http://cygwin.com/) and use it to install the following packages:
|
||||||
Then open a Cygwin terminal and run the following commands to download,
|
Then open a Cygwin terminal and run the following commands to download,
|
||||||
compile, and install ncdc:
|
compile, and install ncdc:
|
||||||
|
|
||||||
wget https://dev.yorhel.nl/download/ncdc-1.24.tar.gz
|
wget https://dev.yorhel.nl/download/ncdc-1.24.1.tar.gz
|
||||||
tar -xf ncdc-1.24.tar.gz
|
tar -xf ncdc-1.24.1.tar.gz
|
||||||
cd ncdc-1.24
|
cd ncdc-1.24.1
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make install
|
make install
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ Static binaries
|
||||||
[AArch64](/download/ncdu-2.4-linux-aarch64.tar.gz).
|
[AArch64](/download/ncdu-2.4-linux-aarch64.tar.gz).
|
||||||
|
|
||||||
Zig version (stable)
|
Zig version (stable)
|
||||||
: 2.4 ([ncdu-2.4.tar.gz](/download/ncdu-2.4.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.12)
|
: 2.4 ([ncdu-2.4.tar.gz](/download/ncdu-2.4.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.12 or 0.13)
|
||||||
|
|
||||||
See the [beta release announcement](/doc/ncdu2) for information about the
|
See the [beta release announcement](/doc/ncdu2) for information about the
|
||||||
motivation for the rewrite and some of the differences with the C version.
|
motivation for the rewrite and some of the differences with the C version.
|
||||||
|
|
|
||||||
16
pub/download/ncdc-1.24.1.tar.gz.asc
Normal file
16
pub/download/ncdc-1.24.1.tar.gz.asc
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmaY3w4ACgkQYjlMaYwn
|
||||||
|
OfoCKg//QrFc8KRbBc3nAW2sDA3PAUOytJdGObdMFgzprouZsf7GZjPiMEc1aiER
|
||||||
|
tEc6WG5zH+wFPywwr44nawp6boF+6hxdyMnRHBILF1hk4YC1KPikYcVmkBQmq3v9
|
||||||
|
w2VUM9SiZraEOqKslXBtYl3hXRAayN7hTutr1AqpEyMEJ5hNQLsWze0gkbleDjK2
|
||||||
|
Q6KnbkJcc40uIKOV0mptsMWNP59bAq195VAXb1U4+JGZ/UO2DcpHbhYZF9pKafpF
|
||||||
|
vofHUXFJUuB/5DhXWylAnZuI14/o/1MABcrGPG85dfY5B2yOLcp0vYsbpcxUoVhU
|
||||||
|
Oxs+W17YCJHAgza8K5mZbfF5EAj+SGWsO1RSJv7ohEjH34xdcXe7CHHmcEoWT+xM
|
||||||
|
9F/Bmu/Ot+O5htxItrWJgh03LZIIbv92YQ4TUVrgH09QQf9UILzFUllmgyyB3vOr
|
||||||
|
3kpZaqULO0qJBbYyfHb7fRqPMt5DdNlkwRgd/gUsCHqW2BAOqvcGTtnXX0czIic8
|
||||||
|
sQTbMxuaADICe/BlM25NSyBACgHnumEi8LqAYLtzN/z7XxZheXZxmLcz2c0bT+yk
|
||||||
|
bAZqQcqYGTK0GN6P9UWFv5Ri/wzKGarxuYzIqIRcLDOLuEgm7IYFzSqCbmz1lcLs
|
||||||
|
Rtck21GPHBNvMFymme19NJOUcSlS86YIMNfXdZJe/s06elxlZJw=
|
||||||
|
=lZbQ
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
1
pub/download/ncdc-1.24.1.tar.gz.md5
Normal file
1
pub/download/ncdc-1.24.1.tar.gz.md5
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
aa5349f7877a2115775aeb7a5aa79007 ncdc-1.24.1.tar.gz
|
||||||
1
pub/download/ncdc-1.24.1.tar.gz.sha1
Normal file
1
pub/download/ncdc-1.24.1.tar.gz.sha1
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
02b2688d8d3e8e352cbf68185548d7b958300692 ncdc-1.24.1.tar.gz
|
||||||
1
pub/download/ncdc-1.24.1.tar.gz.sha256
Normal file
1
pub/download/ncdc-1.24.1.tar.gz.sha256
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
2a8ab9ad7d43f018fc73ba8babd689dfa44aba8cec53b88e4770185cb97778f7 ncdc-1.24.1.tar.gz
|
||||||
Loading…
Add table
Add a link
Reference in a new issue