ports/161678: New port: sysutils/acpi_call kernle module for calling ACPI methods

Maxim Ignatenko gelraen.ua at gmail.com
Sat Oct 15 12:10:05 UTC 2011


>Number:         161678
>Category:       ports
>Synopsis:       New port: sysutils/acpi_call kernle module for calling ACPI methods
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 15 12:10:04 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list