From nobody@FreeBSD.org  Sat Oct 15 12:02:18 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C3ABA106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Oct 2011 12:02:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 9A1588FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Oct 2011 12:02:18 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9FC2INc036981
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Oct 2011 12:02:18 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p9FC2IXA036980;
	Sat, 15 Oct 2011 12:02:18 GMT
	(envelope-from nobody)
Message-Id: <201110151202.p9FC2IXA036980@red.freebsd.org>
Date: Sat, 15 Oct 2011 12:02:18 GMT
From: Maxim Ignatenko <gelraen.ua@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: sysutils/acpi_call kernle module for calling ACPI methods
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         161678
>Category:       ports
>Synopsis:       New port: sysutils/acpi_call kernle module for calling ACPI methods
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    osa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 15 12:10:04 UTC 2011
>Closed-Date:    Wed Nov 02 18:18:06 UTC 2011
>Last-Modified:  Wed Nov  2 18:20:10 UTC 2011
>Originator:     Maxim Ignatenko
>Release:        8-STABLE
>Organization:
>Environment:
>Description:
Kernel module for calling arbitrary ACPI methods from userspace.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	acpi_call
#	acpi_call/distinfo
#	acpi_call/pkg-descr
#	acpi_call/Makefile
#
echo c - acpi_call
mkdir -p acpi_call > /dev/null 2>&1
echo x - acpi_call/distinfo
sed 's/^X//' >acpi_call/distinfo << '8216e0df637b23c9227cf684473d350d'
XSHA256 (acpi_call-1.0.tar.gz) = 4721953ec07e05834228d3020b0db5c925d592fb70d731fd79ff1ac52dd27a16
XSIZE (acpi_call-1.0.tar.gz) = 3650
8216e0df637b23c9227cf684473d350d
echo x - acpi_call/pkg-descr
sed 's/^X//' >acpi_call/pkg-descr << 'fa1b9df1f94f64eff5eabfb4255f1f34'
XKernel module for calling arbitrary ACPI methods from userspace.
fa1b9df1f94f64eff5eabfb4255f1f34
echo x - acpi_call/Makefile
sed 's/^X//' >acpi_call/Makefile << '1c4c9c0b9ebdc3c75f15345ccf6e2b4e'
X# New ports collection makefile for: acpi_call
X# Date created:		15 Oct 2011
X# Whom:		Maxim Ignatenko
X#
X# $FreeBSD$
X#
X
XPORTNAME=	acpi_call
XPORTVERSION=	1.0
XCATEGORIES=	sysutils kld
XMASTER_SITES=	http://projects.ukrweb.net/files/ \
X    http://imax.in.ua/files/
X
XMAINTAINER=	gelraen.ua@gmail.com
XCOMMENT=	Kernel module for calling ACPI methods from userspace
X
XLICENSE=	BSD
X
XPLIST_FILES=	modules/${PORTNAME}.ko \
X		sbin/${PORTNAME}
X
X.if !exists(/sys/sys/module.h)
XIGNORE=	requires kernel sources
X.endif
X
Xdo-build:
X	@cd ${WRKSRC} && ${MAKE} && ${MAKE} util
X
Xdo-install:
X	@${INSTALL_KLD} "${WRKSRC}/${PORTNAME}.ko" "${PREFIX}/modules"
X	@${INSTALL_PROGRAM} "${WRKSRC}/${PORTNAME}" "${PREFIX}/sbin"
X
X.include <bsd.port.mk>
1c4c9c0b9ebdc3c75f15345ccf6e2b4e
exit



>Release-Note:
>Audit-Trail:

From: Maxim Ignatenko <gelraen.ua@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/161678: New port: sysutils/acpi_call kernle module for calling ACPI methods
Date: Sun, 16 Oct 2011 10:37:38 +0300

 --Boundary-00=_CnomOrhnFePk+OV
 Content-Type: Text/Plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 A bit improved version (installs module to /boot/modules instead of 
 ${PREFIX}/modules)
 http://imax.in.ua/files/acpi_call.shar
 
 --Boundary-00=_CnomOrhnFePk+OV
 Content-Type: application/x-shar;
   name="acpi_call.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="acpi_call.shar"
 
 # 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:
 #
 #	acpi_call
 #	acpi_call/distinfo
 #	acpi_call/pkg-descr
 #	acpi_call/Makefile
 #	acpi_call/pkg-plist
 #
 echo c - acpi_call
 mkdir -p acpi_call > /dev/null 2>&1
 echo x - acpi_call/distinfo
 sed 's/^X//' >acpi_call/distinfo << '8216e0df637b23c9227cf684473d350d'
 XSHA256 (acpi_call-1.0.tar.gz) = 4721953ec07e05834228d3020b0db5c925d592fb70d731fd79ff1ac52dd27a16
 XSIZE (acpi_call-1.0.tar.gz) = 3650
 8216e0df637b23c9227cf684473d350d
 echo x - acpi_call/pkg-descr
 sed 's/^X//' >acpi_call/pkg-descr << 'fa1b9df1f94f64eff5eabfb4255f1f34'
 XKernel module for calling arbitrary ACPI methods from userspace.
 fa1b9df1f94f64eff5eabfb4255f1f34
 echo x - acpi_call/Makefile
 sed 's/^X//' >acpi_call/Makefile << '1c4c9c0b9ebdc3c75f15345ccf6e2b4e'
 X# New ports collection makefile for: acpi_call
 X# Date created:		15 Oct 2011
 X# Whom:		Maxim Ignatenko
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	acpi_call
 XPORTVERSION=	1.0
 XCATEGORIES=	sysutils kld
 XMASTER_SITES=	http://projects.ukrweb.net/files/ \
 X    http://imax.in.ua/files/
 X
 XMAINTAINER=	gelraen.ua@gmail.com
 XCOMMENT=	Kernel module for calling ACPI methods from userspace
 X
 XLICENSE=	BSD
 X
 XKMODDIR?=	/boot/modules
 XPLIST_SUB+=	KMODDIR=${KMODDIR} \
 X		PORTNAME=${PORTNAME}
 X
 X.if !exists(/sys/sys/module.h)
 XIGNORE=	requires kernel sources
 X.endif
 X
 Xdo-build:
 X	@cd ${WRKSRC} && ${MAKE} && ${MAKE} util
 X
 Xdo-install:
 X	@${INSTALL_KLD} "${WRKSRC}/${PORTNAME}.ko" "${KMODDIR}/"
 X	@${INSTALL_PROGRAM} "${WRKSRC}/${PORTNAME}" "${PREFIX}/sbin"
 X
 X.include <bsd.port.mk>
 1c4c9c0b9ebdc3c75f15345ccf6e2b4e
 echo x - acpi_call/pkg-plist
 sed 's/^X//' >acpi_call/pkg-plist << 'f08d3cbf3293ec6ef6149a23591dc42c'
 Xsbin/%%PORTNAME%%
 X@cwd /
 X%%KMODDIR%%/%%PORTNAME%%.ko
 X@exec /usr/sbin/kldxref /%%KMODDIR%%
 X@unexec /usr/sbin/kldxref /%%KMODDIR%%
 f08d3cbf3293ec6ef6149a23591dc42c
 exit
 
 
 --Boundary-00=_CnomOrhnFePk+OV--
Responsible-Changed-From-To: freebsd-ports-bugs->osa 
Responsible-Changed-By: osa 
Responsible-Changed-When: Wed Nov 2 11:59:16 UTC 2011 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161678 
State-Changed-From-To: open->closed 
State-Changed-By: osa 
State-Changed-When: Wed Nov 2 18:17:44 UTC 2011 
State-Changed-Why:  
Committed, thanks for report! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161678: commit references a PR
Date: Wed,  2 Nov 2011 18:17:15 +0000 (UTC)

 osa         2011-11-02 18:17:06 UTC
 
   FreeBSD ports repository
 
   Added files:
     sysutils/acpi_call   Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add kernel module and utility for calling arbitrary ACPI methods
   from userspace.
   
   Submitted by:   Maxim Ignatenko aka gelraen dot ua at gmail dot com
   PR:             ports/161678
   
   Revision  Changes    Path
   1.1       +34 -0     ports/sysutils/acpi_call/Makefile (new)
   1.1       +2 -0      ports/sysutils/acpi_call/distinfo (new)
   1.1       +1 -0      ports/sysutils/acpi_call/pkg-descr (new)
   1.1       +5 -0      ports/sysutils/acpi_call/pkg-plist (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:
