Import sysutils/uefitool

parse, extract and modify UEFI firmware images

OK sthen
This commit is contained in:
kn 2018-02-18 15:08:19 +00:00
parent 3e9ebaa783
commit f3b3b4696a
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/02/18 15:08:19 kn Exp $
COMMENT = parse, extract and modify UEFI firmware images
GH_ACCOUNT = LongSoft
GH_PROJECT = UEFITool
GH_TAGNAME = 0.22.3
CATEGORIES = sysutils
MAINTAINER = Klemens Nanni <kn@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Widgets c m
MODULES = devel/qmake \
x11/qt5
LIB_DEPENDS = ${MODQT5_LIB_DEPENDS}
NO_TEST = Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/UEFITool ${PREFIX}/bin/
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (UEFITool-0.22.3.tar.gz) = VO+9n3uEzUgB9Svkgw9tRcvHybhhMcB23hYaXRCldc8=
SIZE (UEFITool-0.22.3.tar.gz) = 213678

View File

@ -0,0 +1,5 @@
UEFITool is a cross-platform open source application written in C++/Qt, that
parses UEFI-compatible firmware image into a tree structure, verifies image's
integrity and provides a GUI to manipulate image's elements. Project
development started in the middle of 2013 because of the lack of cross-platform
open source utilities for tinkering with UEFI images.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/02/18 15:08:19 kn Exp $
@bin bin/UEFITool