diff --git a/games/liblcf/Makefile b/games/liblcf/Makefile index 64055081ca08..c6ab47f88b8b 100644 --- a/games/liblcf/Makefile +++ b/games/liblcf/Makefile @@ -1,33 +1,33 @@ PORTNAME= liblcf -PORTVERSION= 0.7.0 -PORTREVISION= 3 +PORTVERSION= 0.8 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library to handle RPG Maker 2000/2003 and EasyRPG projects -WWW= https://easyrpg.org/ +WWW= https://easyrpg.org/ \ + https://github.com/EasyRPG/liblcf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libicui18n.so:devel/icu \ libexpat.so:textproc/expat2 USE_GITHUB= yes GH_ACCOUNT= EasyRPG USES= cmake compiler:c++14-lang pkgconfig shared-mime-info USE_LDCONFIG= yes CMAKE_OFF= LIBLCF_UPDATE_MIMEDB PORTDOCS= AUTHORS.md README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include diff --git a/games/liblcf/distinfo b/games/liblcf/distinfo index abd06bafbac3..304bda9b64fb 100644 --- a/games/liblcf/distinfo +++ b/games/liblcf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635777809 -SHA256 (EasyRPG-liblcf-0.7.0_GH0.tar.gz) = a98dca6396f28b1902ae299e66ad40e0ff7fb5052269d6e619d06aaae4d2aeb2 -SIZE (EasyRPG-liblcf-0.7.0_GH0.tar.gz) = 292623 +TIMESTAMP = 1683027953 +SHA256 (EasyRPG-liblcf-0.8_GH0.tar.gz) = aa5664145842a39442e9bbf178273e91816d6d6bf6db7347196bde518dfb431e +SIZE (EasyRPG-liblcf-0.8_GH0.tar.gz) = 305885 diff --git a/games/liblcf/pkg-plist b/games/liblcf/pkg-plist index 292499045dac..5b6c0259e40e 100644 --- a/games/liblcf/pkg-plist +++ b/games/liblcf/pkg-plist @@ -1,104 +1,109 @@ bin/lcf2xml bin/lcfstrings include/lcf/config.h include/lcf/context.h include/lcf/dbarray.h include/lcf/dbarrayalloc.h include/lcf/dbbitarray.h include/lcf/dbstring.h include/lcf/encoder.h include/lcf/enum_tags.h include/lcf/flag_set.h include/lcf/ini.h include/lcf/inireader.h include/lcf/ldb/chunks.h include/lcf/ldb/reader.h include/lcf/lmt/chunks.h include/lcf/lmt/reader.h include/lcf/lmu/chunks.h include/lcf/lmu/reader.h include/lcf/lsd/chunks.h include/lcf/lsd/reader.h include/lcf/reader_lcf.h include/lcf/reader_util.h include/lcf/reader_xml.h include/lcf/rpg/actor.h include/lcf/rpg/animation.h include/lcf/rpg/animationcelldata.h include/lcf/rpg/animationframe.h include/lcf/rpg/animationtiming.h include/lcf/rpg/attribute.h include/lcf/rpg/battlecommand.h include/lcf/rpg/battlecommands.h include/lcf/rpg/battleranimation.h include/lcf/rpg/battleranimationitemskill.h include/lcf/rpg/battleranimationpose.h include/lcf/rpg/battleranimationweapon.h include/lcf/rpg/chipset.h include/lcf/rpg/class.h include/lcf/rpg/commonevent.h include/lcf/rpg/database.h include/lcf/rpg/encounter.h include/lcf/rpg/enemy.h include/lcf/rpg/enemyaction.h include/lcf/rpg/equipment.h include/lcf/rpg/event.h include/lcf/rpg/eventcommand.h include/lcf/rpg/eventpage.h include/lcf/rpg/eventpagecondition.h include/lcf/rpg/fwd.h include/lcf/rpg/item.h include/lcf/rpg/learning.h include/lcf/rpg/map.h include/lcf/rpg/mapinfo.h include/lcf/rpg/movecommand.h include/lcf/rpg/moveroute.h include/lcf/rpg/music.h include/lcf/rpg/parameters.h include/lcf/rpg/rect.h include/lcf/rpg/save.h include/lcf/rpg/saveactor.h include/lcf/rpg/savecommonevent.h include/lcf/rpg/saveeasyrpgdata.h +include/lcf/rpg/saveeasyrpgtext.h +include/lcf/rpg/saveeasyrpgwindow.h include/lcf/rpg/saveeventexecframe.h include/lcf/rpg/saveeventexecstate.h include/lcf/rpg/saveinventory.h include/lcf/rpg/savemapevent.h include/lcf/rpg/savemapeventbase.h include/lcf/rpg/savemapinfo.h include/lcf/rpg/savepanorama.h include/lcf/rpg/savepartylocation.h include/lcf/rpg/savepicture.h include/lcf/rpg/savescreen.h include/lcf/rpg/savesystem.h include/lcf/rpg/savetarget.h include/lcf/rpg/savetitle.h include/lcf/rpg/savevehiclelocation.h include/lcf/rpg/skill.h include/lcf/rpg/sound.h include/lcf/rpg/start.h include/lcf/rpg/state.h include/lcf/rpg/switch.h include/lcf/rpg/system.h include/lcf/rpg/terms.h include/lcf/rpg/terrain.h include/lcf/rpg/testbattler.h include/lcf/rpg/treemap.h include/lcf/rpg/troop.h include/lcf/rpg/troopmember.h include/lcf/rpg/trooppage.h include/lcf/rpg/trooppagecondition.h include/lcf/rpg/variable.h include/lcf/saveopt.h include/lcf/scope_guard.h include/lcf/span.h include/lcf/string_view.h include/lcf/third_party/span.h include/lcf/third_party/string_view.h include/lcf/writer_lcf.h include/lcf/writer_xml.h +lib/cmake/liblcf/liblcf-config-version.cmake lib/cmake/liblcf/liblcf-config.cmake +lib/cmake/liblcf/liblcf-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/liblcf/liblcf-targets.cmake lib/liblcf.so lib/liblcf.so.0 libdata/pkgconfig/liblcf.pc share/mime/packages/liblcf.xml