mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
flashrom is a utility for reading, writing, verifying and erasing flash ROM
chips. It's often used to flash BIOS/coreboot/firmware images. It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash, or SPI. WWW: http://www.coreboot.org/Flashrom PR: 134267 Submitted by: Alexander Logvinov <ports at logvinov dot com>
This commit is contained in:
parent
410a52d335
commit
1b51bd7af9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233329
@ -212,6 +212,7 @@
|
||||
SUBDIR += finfo
|
||||
SUBDIR += fio
|
||||
SUBDIR += flasher
|
||||
SUBDIR += flashrom
|
||||
SUBDIR += flexbackup
|
||||
SUBDIR += flock
|
||||
SUBDIR += flog
|
||||
|
33
sysutils/flashrom/Makefile
Normal file
33
sysutils/flashrom/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: flashrom
|
||||
# Date created: 06 May 2009
|
||||
# Whom: Alexander Logvinov <ports@logvinov.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flashrom
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://qa.coreboot.org/releases/
|
||||
|
||||
MAINTAINER= ports@logvinov.com
|
||||
COMMENT= A utility for reading, writing, verifying and erasing flash ROM chips
|
||||
|
||||
LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
PORTDOCS= COPYING README
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/flashrom/distinfo
Normal file
3
sysutils/flashrom/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (flashrom-0.9.0.tar.bz2) = e9953bc012b07ce20e83f253e5199c2a
|
||||
SHA256 (flashrom-0.9.0.tar.bz2) = ebad45feb735318c4196ca2336d469b2bd7d2a8db43d879f468b0c2cd2ff136a
|
||||
SIZE (flashrom-0.9.0.tar.bz2) = 59006
|
8
sysutils/flashrom/pkg-descr
Normal file
8
sysutils/flashrom/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
flashrom is a utility for reading, writing, verifying and erasing flash ROM
|
||||
chips. It's often used to flash BIOS/coreboot/firmware images.
|
||||
|
||||
It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and
|
||||
TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash,
|
||||
or SPI.
|
||||
|
||||
WWW: http://www.coreboot.org/Flashrom
|
Loading…
Reference in New Issue
Block a user