From avg@starpoint.kiev.ua  Wed Sep 30 12:46:26 2009
Return-Path: <avg@starpoint.kiev.ua>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5CF361065670
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Sep 2009 12:46:26 +0000 (UTC)
	(envelope-from avg@starpoint.kiev.ua)
Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140])
	by mx1.freebsd.org (Postfix) with ESMTP id 8157C8FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Sep 2009 12:46:25 +0000 (UTC)
Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101])
	by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA07426
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Sep 2009 15:46:24 +0300 (EEST)
	(envelope-from avg@starpoint.kiev.ua)
Received: from odyssey.starpoint.kiev.ua (localhost [127.0.0.1])
	by odyssey.starpoint.kiev.ua (8.14.3/8.14.3) with ESMTP id n8UCkN1e079591
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Sep 2009 15:46:23 +0300 (EEST)
	(envelope-from avg@odyssey.starpoint.kiev.ua)
Received: (from root@localhost)
	by odyssey.starpoint.kiev.ua (8.14.3/8.14.3/Submit) id n8UCkNCA079590;
	Wed, 30 Sep 2009 15:46:23 +0300 (EEST)
	(envelope-from avg)
Message-Id: <200909301246.n8UCkNCA079590@odyssey.starpoint.kiev.ua>
Date: Wed, 30 Sep 2009 15:46:23 +0300 (EEST)
From: Andriy Gapon <avg@icyb.net.ua>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [NEW PORT] sysutils/superiotool: Helper tool for Super I/O chip detection and analysis
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 30 12:50:03 UTC 2009
>Closed-Date:    Mon Oct 12 12:47:04 UTC 2009
>Last-Modified:  Mon Oct 12 12:50:01 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Sep 30 13:07:20 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139252 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Wed Sep 30 15:09:47 UTC 2009 
State-Changed-Why:  
failed to build on 8 and 9 

http://64bit.miwibox.org/index.php?action=describe_port&id=2110 
http://32bit.miwibox.org/index.php?action=describe_port&id=2099 

- Martin 


http://www.freebsd.org/cgi/query-pr.cgi?pr=139252 

From: Andriy Gapon <avg@FreeBSD.org>
To: miwi@FreeBSD.org
Cc:  
Subject: Re: ports/139252: [NEW PORT] sysutils/superiotool: Helper tool for
 Super I/O chip detection and analysis
Date: Wed, 30 Sep 2009 18:25:30 +0300

 on 30/09/2009 18:19 Andriy Gapon said the following:
 > on 30/09/2009 18:10 miwi@FreeBSD.org said the following:
 >> Synopsis: [NEW PORT] sysutils/superiotool: Helper tool for Super I/O chip detection and analysis
 >>
 >> State-Changed-From-To: open->feedback
 >> State-Changed-By: miwi
 >> State-Changed-When: Wed Sep 30 15:09:47 UTC 2009
 >> State-Changed-Why: 
 >> failed to build on 8 and 9
 >>
 >> http://64bit.miwibox.org/index.php?action=describe_port&id=2110
 >> http://32bit.miwibox.org/index.php?action=describe_port&id=2099
 > 
 > Thank you very much for the info!
 > I guess this is because of combination of -ansi flag in superiotool's Makefile and
 >  'inline' (as opposed to __inline) in machine/cpufunc.h.
 > I'll provide a fix.
 
 Please find a new shar file inline.
 The only thing changed is an additional substitution in post-patch target.
 
 # 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' -e 's#-ansi##g' \
 X		${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
 
 
 
 -- 
 Andriy Gapon
 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Oct 12 12:47:02 UTC 2009 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139252 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139252: commit references a PR
Date: Mon, 12 Oct 2009 12:47:30 +0000 (UTC)

 miwi        2009-10-12 12:47:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/superiotool Makefile distinfo pkg-descr 
   Log:
   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
   
   PR:             ports/139252
   Submitted by:   Andriy Gapon <avg at icyb.net.ua>
   
   Revision  Changes    Path
   1.1132    +1 -0      ports/sysutils/Makefile
   1.1       +42 -0     ports/sysutils/superiotool/Makefile (new)
   1.1       +3 -0      ports/sysutils/superiotool/distinfo (new)
   1.1       +6 -0      ports/sysutils/superiotool/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
