pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games games/liblcf: Import version 0.5.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/c35a97389612
branches: trunk
changeset: 389163:c35a97389612
user: nia <nia%pkgsrc.org@localhost>
date: Fri Dec 21 16:56:18 2018 +0000
description:
games/liblcf: Import version 0.5.4
liblcf is a library to handle RPG Maker 2000 and 2003 game data.
It can read and write LCF and XML files.
liblcf is part of the EasyRPG Project.
diffstat:
games/Makefile | 3 +-
games/liblcf/DESCR | 4 ++
games/liblcf/Makefile | 20 ++++++++++
games/liblcf/PLIST | 91 ++++++++++++++++++++++++++++++++++++++++++++++
games/liblcf/buildlink3.mk | 15 +++++++
games/liblcf/distinfo | 6 +++
6 files changed, 138 insertions(+), 1 deletions(-)
diffs (173 lines):
diff -r 2062f813e7c2 -r c35a97389612 games/Makefile
--- a/games/Makefile Fri Dec 21 16:34:05 2018 +0000
+++ b/games/Makefile Fri Dec 21 16:56:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.419 2018/10/04 15:47:28 roy Exp $
+# $NetBSD: Makefile,v 1.420 2018/12/21 16:56:18 nia Exp $
#
COMMENT= Games
@@ -224,6 +224,7 @@
SUBDIR+= libggz
SUBDIR+= libkdegames
SUBDIR+= libkmahjongg
+SUBDIR+= liblcf
SUBDIR+= libretro-craft
SUBDIR+= lincity
SUBDIR+= lincity-ng
diff -r 2062f813e7c2 -r c35a97389612 games/liblcf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/liblcf/DESCR Fri Dec 21 16:56:18 2018 +0000
@@ -0,0 +1,4 @@
+liblcf is a library to handle RPG Maker 2000 and 2003 game data.
+It can read and write LCF and XML files.
+
+liblcf is part of the EasyRPG Project.
diff -r 2062f813e7c2 -r c35a97389612 games/liblcf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/liblcf/Makefile Fri Dec 21 16:56:18 2018 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/12/21 16:56:18 nia Exp $
+
+DISTNAME= liblcf-0.5.4
+CATEGORIES= games
+MASTER_SITES= https://easyrpg.org/downloads/player/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://easyrpg.org/
+COMMENT= Library to handle RPG Maker 2000/2003 and EasyRPG projects
+LICENSE= mit
+
+HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config gmake
+USE_LANGUAGES+= c c++
+USE_LIBTOOL= yes
+
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2062f813e7c2 -r c35a97389612 games/liblcf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/liblcf/PLIST Fri Dec 21 16:56:18 2018 +0000
@@ -0,0 +1,91 @@
+@comment $NetBSD: PLIST,v 1.1 2018/12/21 16:56:18 nia Exp $
+include/liblcf/command_codes.h
+include/liblcf/data.h
+include/liblcf/enum_tags.h
+include/liblcf/ini.h
+include/liblcf/inireader.h
+include/liblcf/lcf_options.h
+include/liblcf/ldb_chunks.h
+include/liblcf/ldb_reader.h
+include/liblcf/ldb_terrain_flags.h
+include/liblcf/ldb_trooppagecondition_flags.h
+include/liblcf/lmt_chunks.h
+include/liblcf/lmt_reader.h
+include/liblcf/lmu_chunks.h
+include/liblcf/lmu_eventpagecondition_flags.h
+include/liblcf/lmu_reader.h
+include/liblcf/lsd_chunks.h
+include/liblcf/lsd_reader.h
+include/liblcf/lsd_savepicture_flags.h
+include/liblcf/reader_lcf.h
+include/liblcf/reader_struct.h
+include/liblcf/reader_util.h
+include/liblcf/reader_xml.h
+include/liblcf/rpg_actor.h
+include/liblcf/rpg_animation.h
+include/liblcf/rpg_animationcelldata.h
+include/liblcf/rpg_animationframe.h
+include/liblcf/rpg_animationtiming.h
+include/liblcf/rpg_attribute.h
+include/liblcf/rpg_battlecommand.h
+include/liblcf/rpg_battlecommands.h
+include/liblcf/rpg_battleranimation.h
+include/liblcf/rpg_battleranimationdata.h
+include/liblcf/rpg_battleranimationextension.h
+include/liblcf/rpg_chipset.h
+include/liblcf/rpg_class.h
+include/liblcf/rpg_commonevent.h
+include/liblcf/rpg_database.h
+include/liblcf/rpg_encounter.h
+include/liblcf/rpg_enemy.h
+include/liblcf/rpg_enemyaction.h
+include/liblcf/rpg_equipment.h
+include/liblcf/rpg_event.h
+include/liblcf/rpg_eventcommand.h
+include/liblcf/rpg_eventpage.h
+include/liblcf/rpg_eventpagecondition.h
+include/liblcf/rpg_item.h
+include/liblcf/rpg_itemanimation.h
+include/liblcf/rpg_learning.h
+include/liblcf/rpg_map.h
+include/liblcf/rpg_mapinfo.h
+include/liblcf/rpg_movecommand.h
+include/liblcf/rpg_moveroute.h
+include/liblcf/rpg_music.h
+include/liblcf/rpg_parameters.h
+include/liblcf/rpg_rect.h
+include/liblcf/rpg_save.h
+include/liblcf/rpg_saveactor.h
+include/liblcf/rpg_savecommonevent.h
+include/liblcf/rpg_saveeventcommands.h
+include/liblcf/rpg_saveeventdata.h
+include/liblcf/rpg_saveinventory.h
+include/liblcf/rpg_savemapevent.h
+include/liblcf/rpg_savemapinfo.h
+include/liblcf/rpg_savepartylocation.h
+include/liblcf/rpg_savepicture.h
+include/liblcf/rpg_savescreen.h
+include/liblcf/rpg_savesystem.h
+include/liblcf/rpg_savetarget.h
+include/liblcf/rpg_savetitle.h
+include/liblcf/rpg_savevehiclelocation.h
+include/liblcf/rpg_skill.h
+include/liblcf/rpg_sound.h
+include/liblcf/rpg_start.h
+include/liblcf/rpg_state.h
+include/liblcf/rpg_switch.h
+include/liblcf/rpg_system.h
+include/liblcf/rpg_terms.h
+include/liblcf/rpg_terrain.h
+include/liblcf/rpg_testbattler.h
+include/liblcf/rpg_treemap.h
+include/liblcf/rpg_troop.h
+include/liblcf/rpg_troopmember.h
+include/liblcf/rpg_trooppage.h
+include/liblcf/rpg_trooppagecondition.h
+include/liblcf/rpg_variable.h
+include/liblcf/writer_lcf.h
+include/liblcf/writer_xml.h
+lib/cmake/liblcf/liblcf-config.cmake
+lib/liblcf.la
+lib/pkgconfig/liblcf.pc
diff -r 2062f813e7c2 -r c35a97389612 games/liblcf/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/liblcf/buildlink3.mk Fri Dec 21 16:56:18 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/12/21 16:56:18 nia Exp $
+
+BUILDLINK_TREE+= liblcf
+
+.if !defined(LIBLCF_BUILDLINK3_MK)
+LIBLCF_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.liblcf+= liblcf>=0.5.4
+BUILDLINK_PKGSRCDIR.liblcf?= ../../games/liblcf
+
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
+.endif # LIBLCF_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -liblcf
diff -r 2062f813e7c2 -r c35a97389612 games/liblcf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/liblcf/distinfo Fri Dec 21 16:56:18 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/12/21 16:56:18 nia Exp $
+
+SHA1 (liblcf-0.5.4.tar.gz) = e6cdb7c02c0502391053be6a067ca5a2e362b14a
+RMD160 (liblcf-0.5.4.tar.gz) = 65178853052cadf5939d0b893368d4f4f03f1975
+SHA512 (liblcf-0.5.4.tar.gz) = 466908464a1c1fc3ea83eb7a22e3c01b5de32603f0f190d71f41a4b8ee35705a269fc4bbfa15d8ce74f1111d09b7854cde616cd6e9d1eaf629338c36609599d6
+Size (liblcf-0.5.4.tar.gz) = 556559 bytes
Home |
Main Index |
Thread Index |
Old Index