Sun Jan 16 14:32:01 2022 UTC ()
easyrpg-player: update to 0.7.0

Changes:
https://blog.easyrpg.org/2021/10/easyrpg-player-0-7-0-sword/


(nia)
diff -r1.19 -r1.20 pkgsrc/games/easyrpg-player/Makefile
diff -r1.9 -r1.10 pkgsrc/games/easyrpg-player/distinfo
diff -r1.2 -r1.3 pkgsrc/games/easyrpg-player/options.mk
diff -r1.12 -r1.13 pkgsrc/games/liblcf/Makefile
diff -r1.4 -r1.5 pkgsrc/games/liblcf/PLIST
diff -r1.6 -r1.7 pkgsrc/games/liblcf/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/games/easyrpg-player/Makefile (expand / switch to unified diff)

--- pkgsrc/games/easyrpg-player/Makefile 2021/12/08 16:04:27 1.19
+++ pkgsrc/games/easyrpg-player/Makefile 2022/01/16 14:32:01 1.20
@@ -1,29 +1,36 @@ @@ -1,29 +1,36 @@
1# $NetBSD: Makefile,v 1.19 2021/12/08 16:04:27 adam Exp $ 1# $NetBSD: Makefile,v 1.20 2022/01/16 14:32:01 nia Exp $
2 2
3DISTNAME= easyrpg-player-0.6.2.3 3DISTNAME= easyrpg-player-0.7.0
4PKGREVISION= 3 
5CATEGORIES= games 4CATEGORIES= games
6MASTER_SITES= https://easyrpg.org/downloads/player/${PKGVERSION_NOREV}/ 5MASTER_SITES= https://easyrpg.org/downloads/player/${PKGVERSION_NOREV}/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= nia@NetBSD.org 8MAINTAINER= nia@NetBSD.org
10HOMEPAGE= https://easyrpg.org/ 9HOMEPAGE= https://easyrpg.org/
11COMMENT= RPG Maker 2000/2003 and EasyRPG games interpreter 10COMMENT= RPG Maker 2000/2003 and EasyRPG games interpreter
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_TOOLS+= pkg-config gmake 14USE_TOOLS+= pkg-config gmake
16USE_LANGUAGES+= c c++ 15USE_LANGUAGES+= c c++
17 16
18# "We require now the C++ language standard C++14. 17# "We require now the C++ language standard C++14.
19# The lowest GCC compiler supporting this fully is GCC5" 18# The lowest GCC compiler supporting this fully is GCC5"
20GCC_REQD+= 5 19GCC_REQD+= 5
21 20
 21TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 22
 23# Alternative MIDI implementations
 24CONFIGURE_ARGS+= --without-fluidlite
 25CONFIGURE_ARGS+= --without-libwildmidi
 26
22.include "options.mk" 27.include "options.mk"
 28.include "../../audio/fluidsynth/buildlink3.mk"
23.include "../../audio/libxmp/buildlink3.mk" 29.include "../../audio/libxmp/buildlink3.mk"
24.include "../../audio/SDL2_mixer/buildlink3.mk" 30.include "../../audio/SDL2_mixer/buildlink3.mk"
25.include "../../devel/SDL2/buildlink3.mk" 31.include "../../devel/SDL2/buildlink3.mk"
26.include "../../games/liblcf/buildlink3.mk" 32.include "../../games/liblcf/buildlink3.mk"
27.include "../../graphics/png/buildlink3.mk" 33.include "../../graphics/png/buildlink3.mk"
 34.include "../../textproc/fmtlib/buildlink3.mk"
28.include "../../x11/pixman/buildlink3.mk" 35.include "../../x11/pixman/buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 36.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/games/easyrpg-player/distinfo (expand / switch to unified diff)

--- pkgsrc/games/easyrpg-player/distinfo 2021/10/26 10:43:55 1.9
+++ pkgsrc/games/easyrpg-player/distinfo 2022/01/16 14:32:01 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2021/10/26 10:43:55 nia Exp $ 1$NetBSD: distinfo,v 1.10 2022/01/16 14:32:01 nia Exp $
2 2
3BLAKE2s (easyrpg-player-0.6.2.3.tar.xz) = 2c074564d4bc98041a52fbcd56130bce19d2ee9f80b0a1c7c1119ea8737e8d6a 3BLAKE2s (easyrpg-player-0.7.0.tar.xz) = c1e9805c977cde92314d10ed419c2ff26d63f48e946fe8152bc855e15cb6fa9e
4SHA512 (easyrpg-player-0.6.2.3.tar.xz) = df0d001709a3f64179a1b37cc6c59fc54a7daab2014ee78ef7795b1b82341583a6d735dbe0a05fd80efdaed881a09476f3119b76a387f23bf3abf6491e6635ea 4SHA512 (easyrpg-player-0.7.0.tar.xz) = 112543adf2e95d68842f21fabeddf9dc5abbf2b2a1b64a5d9da29bf4e2d31c7b85cfb596c453ff1773922260a8e6d7c1cad40ff7bf1d1054a876ec2f5ef24444
5Size (easyrpg-player-0.6.2.3.tar.xz) = 4640348 bytes 5Size (easyrpg-player-0.7.0.tar.xz) = 4845184 bytes

cvs diff -r1.2 -r1.3 pkgsrc/games/easyrpg-player/options.mk (expand / switch to unified diff)

--- pkgsrc/games/easyrpg-player/options.mk 2019/03/05 10:45:38 1.2
+++ pkgsrc/games/easyrpg-player/options.mk 2022/01/16 14:32:01 1.3
@@ -1,62 +1,66 @@ @@ -1,62 +1,66 @@
1# $NetBSD: options.mk,v 1.2 2019/03/05 10:45:38 nia Exp $ 1# $NetBSD: options.mk,v 1.3 2022/01/16 14:32:01 nia Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.easyrpg-player 3PKG_OPTIONS_VAR= PKG_OPTIONS.easyrpg-player
4PKG_SUPPORTED_OPTIONS= freetype mpg123 libwildmidi vorbis opus sndfile speex 4PKG_SUPPORTED_OPTIONS= alsa freetype mpg123 vorbis opus sndfile speex
5PKG_SUGGESTED_OPTIONS= freetype mpg123 vorbis opus sndfile speex 5PKG_SUGGESTED_OPTIONS= freetype mpg123 vorbis opus sndfile speex
6 6
 7PKG_SUGGESTED_OPTIONS.Linux= alsa
 8
7.include "../../mk/bsd.options.mk" 9.include "../../mk/bsd.options.mk"
8 10
 11.if !empty(PKG_OPTIONS:Malsa)
 12CONFIGURE_ARGS+= --with-alsa
 13.include "../../audio/alsa-lib/buildlink3.mk"
 14.else
 15CONFIGURE_ENV+= HAVE_ALSA_TRUE="\#"
 16CONFIGURE_ENV+= HAVE_ALSA_FALSE=""
 17CONFIGURE_ARGS+= --without-alsa
 18.endif
 19
9.if !empty(PKG_OPTIONS:Mfreetype) 20.if !empty(PKG_OPTIONS:Mfreetype)
10CONFIGURE_ARGS+= --with-freetype 21CONFIGURE_ARGS+= --with-freetype
11CONFIGURE_ARGS+= --with-harfbuzz 22CONFIGURE_ARGS+= --with-harfbuzz
12.include "../../graphics/freetype2/buildlink3.mk" 23.include "../../graphics/freetype2/buildlink3.mk"
13.include "../../fonts/harfbuzz/buildlink3.mk" 24.include "../../fonts/harfbuzz/buildlink3.mk"
14.else 25.else
15CONFIGURE_ARGS+= --without-freetype 26CONFIGURE_ARGS+= --without-freetype
16CONFIGURE_ARGS+= --without-harfbuzz 27CONFIGURE_ARGS+= --without-harfbuzz
17.endif 28.endif
18 29
19.if !empty(PKG_OPTIONS:Mmpg123) 30.if !empty(PKG_OPTIONS:Mmpg123)
20CONFIGURE_ARGS+= --with-libmpg123 31CONFIGURE_ARGS+= --with-libmpg123
21.include "../../audio/mpg123/buildlink3.mk" 32.include "../../audio/mpg123/buildlink3.mk"
22.else 33.else
23CONFIGURE_ARGS+= --without-libmpg123 34CONFIGURE_ARGS+= --without-libmpg123
24.endif 35.endif
25 36
26.if !empty(PKG_OPTIONS:Mlibwildmidi) 
27CONFIGURE_ARGS+= --with-libwildmidi 
28.include "../../audio/libwildmidi/buildlink3.mk" 
29.else 
30CONFIGURE_ARGS+= --without-libwildmidi 
31.endif 
32 
33.if !empty(PKG_OPTIONS:Mvorbis) 37.if !empty(PKG_OPTIONS:Mvorbis)
34CONFIGURE_ARGS+= --with-oggvorbis 38CONFIGURE_ARGS+= --with-oggvorbis
35.include "../../audio/libvorbis/buildlink3.mk" 39.include "../../audio/libvorbis/buildlink3.mk"
36.else 40.else
37CONFIGURE_ARGS+= --without-oggvorbis 41CONFIGURE_ARGS+= --without-oggvorbis
38.endif 42.endif
39 43
40.if !empty(PKG_OPTIONS:Mvorbis) 44.if !empty(PKG_OPTIONS:Mvorbis)
41CONFIGURE_ARGS+= --with-oggvorbis 45CONFIGURE_ARGS+= --with-oggvorbis
42.include "../../audio/libvorbis/buildlink3.mk" 46.include "../../audio/libvorbis/buildlink3.mk"
43.else 47.else
44CONFIGURE_ARGS+= --without-oggvorbis 48CONFIGURE_ARGS+= --without-oggvorbis
45.endif 49.endif
46 50
47.if !empty(PKG_OPTIONS:Mopus) 51.if !empty(PKG_OPTIONS:Mopus)
48CONFIGURE_ARGS+= --with-opus 52CONFIGURE_ARGS+= --with-opus
49.include "../../audio/libopus/buildlink3.mk" 53.include "../../audio/opusfile/buildlink3.mk"
50.else 54.else
51CONFIGURE_ARGS+= --without-opus 55CONFIGURE_ARGS+= --without-opus
52.endif 56.endif
53 57
54.if !empty(PKG_OPTIONS:Msndfile) 58.if !empty(PKG_OPTIONS:Msndfile)
55CONFIGURE_ARGS+= --with-libsndfile 59CONFIGURE_ARGS+= --with-libsndfile
56.include "../../audio/libsndfile/buildlink3.mk" 60.include "../../audio/libsndfile/buildlink3.mk"
57.else 61.else
58CONFIGURE_ARGS+= --without-libsndfile 62CONFIGURE_ARGS+= --without-libsndfile
59.endif 63.endif
60 64
61.if !empty(PKG_OPTIONS:Mspeex) 65.if !empty(PKG_OPTIONS:Mspeex)
62CONFIGURE_ARGS+= --with-libspeexdsp 66CONFIGURE_ARGS+= --with-libspeexdsp

cvs diff -r1.12 -r1.13 pkgsrc/games/liblcf/Makefile (expand / switch to unified diff)

--- pkgsrc/games/liblcf/Makefile 2021/12/08 16:02:06 1.12
+++ pkgsrc/games/liblcf/Makefile 2022/01/16 14:32:01 1.13
@@ -1,33 +1,34 @@ @@ -1,33 +1,34 @@
1# $NetBSD: Makefile,v 1.12 2021/12/08 16:02:06 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2022/01/16 14:32:01 nia Exp $
2 2
3DISTNAME= liblcf-0.6.2 3DISTNAME= liblcf-0.7.0
4PKGREVISION= 4 
5CATEGORIES= games 4CATEGORIES= games
6MASTER_SITES= https://easyrpg.org/downloads/player/${PKGVERSION_NOREV}/ 5MASTER_SITES= https://easyrpg.org/downloads/player/${PKGVERSION_NOREV}/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://easyrpg.org/ 8HOMEPAGE= https://easyrpg.org/
10COMMENT= Library to handle RPG Maker 2000/2003 and EasyRPG projects 9COMMENT= Library to handle RPG Maker 2000/2003 and EasyRPG projects
11LICENSE= mit 10LICENSE= mit
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config gmake 13USE_TOOLS+= pkg-config gmake
15USE_LANGUAGES+= c c++ 14USE_LANGUAGES+= c c++
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17 16
18# "We require now the C++ language standard C++14. 17# "We require now the C++ language standard C++14.
19# The lowest GCC compiler supporting this fully is GCC5" 18# The lowest GCC compiler supporting this fully is GCC5"
20GCC_REQD+= 5 19GCC_REQD+= 5
21 20
22# Expat in pkgsrc is new enough, however, the version checking fails. 21# Expat in pkgsrc is new enough, however, the version checking fails.
23# Remove the version requirement. 22# Remove the version requirement.
24SUBST_CLASSES+= expat 23SUBST_CLASSES+= expat
25SUBST_STAGE.expat= pre-configure 24SUBST_STAGE.expat= pre-configure
26SUBST_MESSAGE.expat= Removing expat version requirement 25SUBST_MESSAGE.expat= Removing expat version requirement
27SUBST_FILES.expat+= configure 26SUBST_FILES.expat+= configure
28SUBST_SED.expat+= -e 's|expat >= 2.1|expat|g' 27SUBST_SED.expat+= -e 's|expat >= 2.1|expat|g'
29 28
 29PKGCONFIG_OVERRIDE+= builds/liblcf.pc.in
 30
30.include "../../databases/shared-mime-info/buildlink3.mk" 31.include "../../databases/shared-mime-info/buildlink3.mk"
31.include "../../textproc/expat/buildlink3.mk" 32.include "../../textproc/expat/buildlink3.mk"
32.include "../../textproc/icu/buildlink3.mk" 33.include "../../textproc/icu/buildlink3.mk"
33.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/games/liblcf/PLIST (expand / switch to unified diff)

--- pkgsrc/games/liblcf/PLIST 2020/04/30 13:10:47 1.4
+++ pkgsrc/games/liblcf/PLIST 2022/01/16 14:32:01 1.5
@@ -1,103 +1,104 @@ @@ -1,103 +1,104 @@
1@comment $NetBSD: PLIST,v 1.4 2020/04/30 13:10:47 nia Exp $ 1@comment $NetBSD: PLIST,v 1.5 2022/01/16 14:32:01 nia Exp $
2include/liblcf/command_codes.h 2bin/lcf2xml
3include/liblcf/data.h 3bin/lcfstrings
4include/liblcf/encoder.h 4include/lcf/config.h
5include/liblcf/enum_tags.h 5include/lcf/context.h
6include/liblcf/flag_set.h 6include/lcf/dbarray.h
7include/liblcf/fwd_struct_impl.h 7include/lcf/dbarrayalloc.h
8include/liblcf/ini.h 8include/lcf/dbbitarray.h
9include/liblcf/inireader.h 9include/lcf/dbstring.h
10include/liblcf/lcf_options.h 10include/lcf/encoder.h
11include/liblcf/lcf_saveopt.h 11include/lcf/enum_tags.h
12include/liblcf/ldb_chunks.h 12include/lcf/flag_set.h
13include/liblcf/ldb_reader.h 13include/lcf/ini.h
14include/liblcf/ldb_terrain_flags.h 14include/lcf/inireader.h
15include/liblcf/ldb_trooppagecondition_flags.h 15include/lcf/ldb/chunks.h
16include/liblcf/lmt_chunks.h 16include/lcf/ldb/reader.h
17include/liblcf/lmt_reader.h 17include/lcf/lmt/chunks.h
18include/liblcf/lmu_chunks.h 18include/lcf/lmt/reader.h
19include/liblcf/lmu_eventpagecondition_flags.h 19include/lcf/lmu/chunks.h
20include/liblcf/lmu_reader.h 20include/lcf/lmu/reader.h
21include/liblcf/lsd_chunks.h 21include/lcf/lsd/chunks.h
22include/liblcf/lsd_reader.h 22include/lcf/lsd/reader.h
23include/liblcf/lsd_savepicture_flags.h 23include/lcf/reader_lcf.h
24include/liblcf/reader_lcf.h 24include/lcf/reader_util.h
25include/liblcf/reader_struct.h 25include/lcf/reader_xml.h
26include/liblcf/reader_struct_impl.h 26include/lcf/rpg/actor.h
27include/liblcf/reader_util.h 27include/lcf/rpg/animation.h
28include/liblcf/reader_xml.h 28include/lcf/rpg/animationcelldata.h
29include/liblcf/rpg_actor.h 29include/lcf/rpg/animationframe.h
30include/liblcf/rpg_animation.h 30include/lcf/rpg/animationtiming.h
31include/liblcf/rpg_animationcelldata.h 31include/lcf/rpg/attribute.h
32include/liblcf/rpg_animationframe.h 32include/lcf/rpg/battlecommand.h
33include/liblcf/rpg_animationtiming.h 33include/lcf/rpg/battlecommands.h
34include/liblcf/rpg_attribute.h 34include/lcf/rpg/battleranimation.h
35include/liblcf/rpg_battlecommand.h 35include/lcf/rpg/battleranimationitemskill.h
36include/liblcf/rpg_battlecommands.h 36include/lcf/rpg/battleranimationpose.h
37include/liblcf/rpg_battleranimation.h 37include/lcf/rpg/battleranimationweapon.h
38include/liblcf/rpg_battleranimationdata.h 38include/lcf/rpg/chipset.h
39include/liblcf/rpg_battleranimationextension.h 39include/lcf/rpg/class.h
40include/liblcf/rpg_chipset.h 40include/lcf/rpg/commonevent.h
41include/liblcf/rpg_class.h 41include/lcf/rpg/database.h
42include/liblcf/rpg_commonevent.h 42include/lcf/rpg/encounter.h
43include/liblcf/rpg_database.h 43include/lcf/rpg/enemy.h
44include/liblcf/rpg_encounter.h 44include/lcf/rpg/enemyaction.h
45include/liblcf/rpg_enemy.h 45include/lcf/rpg/equipment.h
46include/liblcf/rpg_enemyaction.h 46include/lcf/rpg/event.h
47include/liblcf/rpg_equipment.h 47include/lcf/rpg/eventcommand.h
48include/liblcf/rpg_event.h 48include/lcf/rpg/eventpage.h
49include/liblcf/rpg_eventcommand.h 49include/lcf/rpg/eventpagecondition.h
50include/liblcf/rpg_eventpage.h 50include/lcf/rpg/fwd.h
51include/liblcf/rpg_eventpagecondition.h 51include/lcf/rpg/item.h
52include/liblcf/rpg_item.h 52include/lcf/rpg/learning.h
53include/liblcf/rpg_itemanimation.h 53include/lcf/rpg/map.h
54include/liblcf/rpg_learning.h 54include/lcf/rpg/mapinfo.h
55include/liblcf/rpg_map.h 55include/lcf/rpg/movecommand.h
56include/liblcf/rpg_mapinfo.h 56include/lcf/rpg/moveroute.h
57include/liblcf/rpg_movecommand.h 57include/lcf/rpg/music.h
58include/liblcf/rpg_moveroute.h 58include/lcf/rpg/parameters.h
59include/liblcf/rpg_music.h 59include/lcf/rpg/rect.h
60include/liblcf/rpg_parameters.h 60include/lcf/rpg/save.h
61include/liblcf/rpg_rect.h 61include/lcf/rpg/saveactor.h
62include/liblcf/rpg_save.h 62include/lcf/rpg/savecommonevent.h
63include/liblcf/rpg_saveactor.h 63include/lcf/rpg/saveeasyrpgdata.h
64include/liblcf/rpg_savecommonevent.h 64include/lcf/rpg/saveeventexecframe.h
65include/liblcf/rpg_saveeasyrpgdata.h 65include/lcf/rpg/saveeventexecstate.h
66include/liblcf/rpg_saveeventexecframe.h 66include/lcf/rpg/saveinventory.h
67include/liblcf/rpg_saveeventexecstate.h 67include/lcf/rpg/savemapevent.h
68include/liblcf/rpg_saveinventory.h 68include/lcf/rpg/savemapeventbase.h
69include/liblcf/rpg_savemapevent.h 69include/lcf/rpg/savemapinfo.h
70include/liblcf/rpg_savemapeventbase.h 70include/lcf/rpg/savepanorama.h
71include/liblcf/rpg_savemapinfo.h 71include/lcf/rpg/savepartylocation.h
72include/liblcf/rpg_savepanorama.h 72include/lcf/rpg/savepicture.h
73include/liblcf/rpg_savepartylocation.h 73include/lcf/rpg/savescreen.h
74include/liblcf/rpg_savepicture.h 74include/lcf/rpg/savesystem.h
75include/liblcf/rpg_savescreen.h 75include/lcf/rpg/savetarget.h
76include/liblcf/rpg_savesystem.h 76include/lcf/rpg/savetitle.h
77include/liblcf/rpg_savetarget.h 77include/lcf/rpg/savevehiclelocation.h
78include/liblcf/rpg_savetitle.h 78include/lcf/rpg/skill.h
79include/liblcf/rpg_savevehiclelocation.h 79include/lcf/rpg/sound.h
80include/liblcf/rpg_skill.h 80include/lcf/rpg/start.h
81include/liblcf/rpg_sound.h 81include/lcf/rpg/state.h
82include/liblcf/rpg_start.h 82include/lcf/rpg/switch.h
83include/liblcf/rpg_state.h 83include/lcf/rpg/system.h
84include/liblcf/rpg_switch.h 84include/lcf/rpg/terms.h
85include/liblcf/rpg_system.h 85include/lcf/rpg/terrain.h
86include/liblcf/rpg_terms.h 86include/lcf/rpg/testbattler.h
87include/liblcf/rpg_terrain.h 87include/lcf/rpg/treemap.h
88include/liblcf/rpg_testbattler.h 88include/lcf/rpg/troop.h
89include/liblcf/rpg_treemap.h 89include/lcf/rpg/troopmember.h
90include/liblcf/rpg_troop.h 90include/lcf/rpg/trooppage.h
91include/liblcf/rpg_troopmember.h 91include/lcf/rpg/trooppagecondition.h
92include/liblcf/rpg_trooppage.h 92include/lcf/rpg/variable.h
93include/liblcf/rpg_trooppagecondition.h 93include/lcf/saveopt.h
94include/liblcf/rpg_variable.h 94include/lcf/scope_guard.h
95include/liblcf/scope_guard.h 95include/lcf/span.h
96include/liblcf/writer_lcf.h 96include/lcf/string_view.h
97include/liblcf/writer_xml.h 97include/lcf/third_party/span.h
98lib/cmake/liblcf/FindEXPAT.cmake 98include/lcf/third_party/string_view.h
99lib/cmake/liblcf/FindICU.cmake 99include/lcf/writer_lcf.h
 100include/lcf/writer_xml.h
100lib/cmake/liblcf/liblcf-config.cmake 101lib/cmake/liblcf/liblcf-config.cmake
101lib/liblcf.la 102lib/liblcf.la
102lib/pkgconfig/liblcf.pc 103lib/pkgconfig/liblcf.pc
103share/mime/packages/liblcf.xml 104share/mime/packages/liblcf.xml

cvs diff -r1.6 -r1.7 pkgsrc/games/liblcf/distinfo (expand / switch to unified diff)

--- pkgsrc/games/liblcf/distinfo 2021/10/26 10:44:11 1.6
+++ pkgsrc/games/liblcf/distinfo 2022/01/16 14:32:01 1.7
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 10:44:11 nia Exp $ 1$NetBSD: distinfo,v 1.7 2022/01/16 14:32:01 nia Exp $
2 2
3BLAKE2s (liblcf-0.6.2.tar.gz) = 84638e1db123fc605769a4a24bfe5866f691af14bfe75313ffff3ec8d17ce000 3BLAKE2s (liblcf-0.7.0.tar.gz) = 53479d72b79cc093e444af46f73ba2164251bb16e83f3318a4e6044f036810c2
4SHA512 (liblcf-0.6.2.tar.gz) = 034ba5ce8c18d56908a6b728dd935d7b82a3d667a61ddfedf1386d384384a60c4530707c67da64caa77767629344dca0ed1160e3692e3ea5113eaf0c8bfd4615 4SHA512 (liblcf-0.7.0.tar.gz) = 83dcc72adf256f1188f1784e57fdb698c0bc7999da1e05c4a2dc9d300d7b6d75822e59039332a0e0e3e126120a92d354a3353a63d480fb18db02f2bd12a99805
5Size (liblcf-0.6.2.tar.gz) = 600612 bytes 5Size (liblcf-0.7.0.tar.gz) = 666421 bytes
 6SHA1 (patch-configure) = 7d5392bed34710af31fef123404ff85446f26aae