FreeBSD Bugzilla – Attachment 180867 Details for
Bug 217832
[NEW PORT] sysutils/UEFITool: UEFI images parser
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
UEFITool.patch (text/plain), 2.49 KB, created by
Piotr Kubaj
on 2017-03-16 10:38:04 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2017-03-16 10:38:04 UTC
Size:
2.49 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 0) >+++ Makefile (working copy) >@@ -0,0 +1,31 @@ >+# Created by: Piotr Kubaj <pkubaj@anongoth.pl> >+# $FreeBSD$ >+ >+PORTNAME= UEFITool >+PORTVERSION= 40 >+CATEGORIES= sysutils >+ >+MAINTAINER= pkubaj@anongoth.pl >+COMMENT= UEFI images parser >+ >+LICENSE= MIT >+ >+USE_GITHUB= yes >+GH_ACCOUNT= LongSoft >+GH_TAGNAME= A${PORTVERSION} >+ >+WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/${PORTNAME} >+ >+PLIST_FILES= bin/${PORTNAME} >+ >+USES= qmake:outsource >+USE_GL= gl >+USE_QT5= buildtools_build core gui widgets qmake_build >+ >+pre-install: >+ ${STRIP_CMD} ${WRKDIR}/.build/${PORTNAME} >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKDIR}/.build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+ >+.include <bsd.port.mk> > >Property changes on: Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: distinfo >=================================================================== >--- distinfo (revision 0) >+++ distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1489654627 >+SHA256 (LongSoft-UEFITool-40-A40_GH0.tar.gz) = 8271ed0a7c91370fbf92654fe5bc42f2cce02f27334377f9d5504e17c2007a61 >+SIZE (LongSoft-UEFITool-40-A40_GH0.tar.gz) = 419087 > >Property changes on: distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 0) >+++ pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+UEFITool is a cross-platform C++/Qt program for parsing, >+extracting and modifying UEFI firmware images. >+It supports parsing of full BIOS images >+starting with the flash descriptor or any binary files containing UEFI volumes. >+ >+WWW: https://github.com/LongSoft/UEFITool > >Property changes on: pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217832
: 180867
Working