Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2009 15:46:23 +0300 (EEST)
From:      Andriy Gapon <avg@icyb.net.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139252: [NEW PORT] sysutils/superiotool: Helper tool for Super I/O chip detection and analysis
Message-ID:  <200909301246.n8UCkNCA079590@odyssey.starpoint.kiev.ua>
Resent-Message-ID: <200909301250.n8UCo4TA019361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139252
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/superiotool: Helper tool for Super I/O chip detection and analysis
>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 Sep 30 12:50:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Andriy Gapon
>Release:        FreeBSD 7.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD odyssey.starpoint.kiev.ua 7.2-STABLE FreeBSD 7.2-STABLE #45 r195933: Thu Jul 30 19:19:38 EEST
>Description:
Superiotool is a GPL'd user-space helper tool for coreboot development
purposes (but may also be useful for other things). It allows you to
detect which Super I/O you have on your mainboard, and it can provide
detailed information about the register contents of the Super I/O. 

WWW:	http://www.coreboot.org/Superiotool

Please note that there are no official distribution tarballs for this
software, it is available only via svn.
Thus I am includng  gen-dist target for maintainer's convenience,
this is done by example from multimedia/flv2mpeg4.
The distfile is already generated by me and is uploaded to master site.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- superiotool-20090930.shar begins here ---
# 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:
#
#	superiotool
#	superiotool/distinfo
#	superiotool/Makefile
#	superiotool/pkg-descr
#
echo c - superiotool
mkdir -p superiotool > /dev/null 2>&1
echo x - superiotool/distinfo
sed 's/^X//' >superiotool/distinfo << 'b98286446c2ba68befc76e94033664c7'
XMD5 (superiotool-20090930.tar.bz2) = 4f58555a5b6564509ba644ec2e07cd79
XSHA256 (superiotool-20090930.tar.bz2) = 2d06800cc1e24622526d6a1dc729eaee94e7a50ffd2600e60064a77fcebb3dca
XSIZE (superiotool-20090930.tar.bz2) = 29348
b98286446c2ba68befc76e94033664c7
echo x - superiotool/Makefile
sed 's/^X//' >superiotool/Makefile << '07ee5101d8e4c55e41532e8d658e0b10'
X# New ports collection makefile for:	superiotool
X# Date created:		2009-09-30
X# Whom:			Andriy Gapon <avg@icyb.net.ua>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	superiotool
XDISTVERSION=	20090930
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.icyb.net.ua/~avg/distfiles/
X
XMAINTAINER=	avg@icyb.net.ua
XCOMMENT=	Helper tool for Super I/O chip detection and analysis
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
X
XPLIST_FILES=	sbin/superiotool
XMAN8=		superiotool.8
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XSVNROOT=	svn://coreboot.org/repos/trunk/util/superiotool
X
Xgen-dist:
X	@if [ ! -f ${LOCALBASE}/bin/svn ]; then \
X		${ECHO_CMD} "ERROR: You need to have devel/subversion installed for gen-dist target"; \
X		${FALSE}; \
X	fi
X	@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
X		${MKDIR} ${WRKDIR}/svn; \
X		cd ${WRKDIR}/svn && svn co ${SVNROOT}; \
X		${TAR} cfj ${_DISTDIR}${DISTFILES} ${PORTNAME}; \
X		cd ${WRKDIR} && ${RM} -rf svn; \
X		cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} makesum; \
X	fi
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's#/share/man/#/man/#g' ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
07ee5101d8e4c55e41532e8d658e0b10
echo x - superiotool/pkg-descr
sed 's/^X//' >superiotool/pkg-descr << '22db100abbf8b5e7acfd8c848ab77cb1'
XSuperiotool is a GPL'd user-space helper tool for coreboot development
Xpurposes (but may also be useful for other things). It allows you to
Xdetect which Super I/O you have on your mainboard, and it can provide
Xdetailed information about the register contents of the Super I/O. 
X
XWWW:	http://www.coreboot.org/Superiotool
22db100abbf8b5e7acfd8c848ab77cb1
exit
--- superiotool-20090930.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909301246.n8UCkNCA079590>