Skip to content

Commit cf1f226

Browse files
committed
mandown-1.0.5.1
1 parent fcbb991 commit cf1f226

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
lines changed

mandown/README

+20-16
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@ Need to lookup things from README? Or from manual page? Or perhaps just want to
44
install something cool...
55

66
Runtime requirements:
7-
cygwin-3.3.5-1
8-
libconfig11-1.7.3-1bl1
9-
libncursesw10-6.1-1.20190727
10-
libxml2-2.9.12-2
7+
cygwin-3.5.7-1
8+
libconfig11-1.7.3-1bl2
9+
libncursesw10-6.5+20240427-1
10+
libxml2-2.10.4-2
1111

1212
Build requirements:
1313
(besides corresponding -devel packages)
14-
binutils-2.38-1
15-
cygport-0.35.1-1
16-
gcc-core-11.3.0-1
17-
libconfig-devel-1.7.3-1bl1
18-
libncurses-devel-6.1-1.20190727
19-
libxml2-devel-2.9.12-2
20-
make-4.3-1
14+
binutils-2.44-1
15+
cygport-0.36.9-1
16+
gcc-core-12.4.0-3
17+
libconfig-devel-1.7.3-1bl2
18+
libncurses-devel-6.5+20240427-1
19+
libxml2-devel-2.10.4-2
20+
make-4.4.1-2
2121

2222
Canonical website:
2323
https://github.com/Titor8115/mandown
2424

2525
Canonical download:
26-
https://github.com/Titor8115/mandown/archive/refs/tags/v1.0.4.tar.gz
26+
https://github.com/Titor8115/mandown/archive/refs/tags/v1.0.5.1.tar.gz
2727

2828
-------------------------------------------
2929

3030
Build instructions:
31-
1. unpack mandown-1.0.4-X-src.tar.xz
31+
1. unpack mandown-1.0.5.1-X-src.tar.xz
3232
2. if you use setup to install this src package,
3333
it will be unpacked under /usr/src automatically
3434
% cd /usr/src
35-
% cygport ./mandown-1.0.4-X.cygport all
35+
% cygport ./mandown-1.0.5.1-X.cygport all
3636

3737
This will create:
38-
/usr/src/mandown-1.0.4-X-src.tar.xz
39-
/usr/src/mandown-1.0.4-X.tar.xz
38+
/usr/src/mandown-1.0.5.1-X-src.tar.xz
39+
/usr/src/mandown-1.0.5.1-X.tar.xz
4040

4141
-------------------------------------------
4242

@@ -47,11 +47,15 @@ Files included in the binary package:
4747
/usr/share/doc/Cygwin/mandown.README
4848
/usr/share/doc/mandown/LICENSE
4949
/usr/share/doc/mandown/README.md
50+
/usr/share/doc/mandown/screenshot.png
5051

5152
------------------
5253

5354
Port Notes:
5455

56+
----- version 1.0.5.1-1bl1 -----
57+
Version bump.
58+
5559
----- version 1.0.4-1bl1 -----
5660
Version bump.
5761

mandown/mandown-1.0.4-1bl1.cygport mandown/mandown-1.0.5.1-1bl1.cygport

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ SUMMARY="Man-page inspired Markdown pager"
66
DESCRIPTION="Need to lookup things from README? Or from manual page? Or perhaps just want
77
to install something cool..."
88

9+
LICENSE="GPL-3.0-or-later"
10+
LICENSE_SPDX="SPDX-License-Identifier: GPL-3.0-or-later"
11+
LICENSE_URI="LICENSE"
12+
913
BUILD_REQUIRES="libconfig-devel libncurses-devel libxml2-devel"
1014

1115
src_compile()
@@ -26,3 +30,7 @@ src_install()
2630
cd ${B}
2731
dobin mdn.exe
2832
}
33+
34+
DOCS="
35+
screenshot.png
36+
"

0 commit comments

Comments
 (0)