Date: Wed, 6 May 2009 22:55:23 +1000 (YAKST) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/134267: [new port] sysutils/flashrom: A utility for reading, writing, verifying and erasing flash ROM chips Message-ID: <200905061255.n46CtNwE062557@blg.akavia.ru> Resent-Message-ID: <200905061300.n46D0DWb006737@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134267 >Category: ports >Synopsis: [new port] sysutils/flashrom: A utility for reading, writing, verifying and erasing flash ROM chips >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 06 13:00:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.4-RELEASE i386 >Organization: >Environment: >Description: 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 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # flashrom # flashrom/Makefile # flashrom/distinfo # flashrom/pkg-descr # echo c - flashrom mkdir -p flashrom > /dev/null 2>&1 echo x - flashrom/Makefile sed 's/^X//' >flashrom/Makefile << 'b2ef95f3b0c23b9d15f3366712e880b7' X# New ports collection makefile for: flashrom X# Date created: 06 May 2009 X# Whom: Alexander Logvinov <ports@logvinov.com> X# X# $FreeBSD$ X# X XPORTNAME= flashrom XPORTVERSION= 0.9.0 XCATEGORIES= sysutils XMASTER_SITES= http://qa.coreboot.org/releases/ X XMAINTAINER= ports@logvinov.com XCOMMENT= A utility for reading, writing, verifying and erasing flash ROM chips X XLIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci X XUSE_BZIP2= yes XUSE_GMAKE= yes X XPORTDOCS= COPYING README XPLIST_FILES= bin/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for i in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> b2ef95f3b0c23b9d15f3366712e880b7 echo x - flashrom/distinfo sed 's/^X//' >flashrom/distinfo << '6d35ba5b4c593ce096787bc4eb4ad180' XMD5 (flashrom-0.9.0.tar.bz2) = e9953bc012b07ce20e83f253e5199c2a XSHA256 (flashrom-0.9.0.tar.bz2) = ebad45feb735318c4196ca2336d469b2bd7d2a8db43d879f468b0c2cd2ff136a XSIZE (flashrom-0.9.0.tar.bz2) = 59006 6d35ba5b4c593ce096787bc4eb4ad180 echo x - flashrom/pkg-descr sed 's/^X//' >flashrom/pkg-descr << '01b2cb5ca00077b0d926018fdade85f3' Xflashrom is a utility for reading, writing, verifying and erasing flash ROM Xchips. It's often used to flash BIOS/coreboot/firmware images. X XIt supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and XTSOP40 chips, which use various protocols such as LPC, FWH, parallel flash, Xor SPI. X XWWW: http://www.coreboot.org/Flashrom 01b2cb5ca00077b0d926018fdade85f3 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905061255.n46CtNwE062557>