From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 15 12:10:05 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADADD106566B for ; Sat, 15 Oct 2011 12:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8A6C98FC13 for ; Sat, 15 Oct 2011 12:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9FCA5qw099280 for ; Sat, 15 Oct 2011 12:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9FCA5EO099279; Sat, 15 Oct 2011 12:10:05 GMT (envelope-from gnats) Resent-Date: Sat, 15 Oct 2011 12:10:05 GMT Resent-Message-Id: <201110151210.p9FCA5EO099279@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Maxim Ignatenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3ABA106566B for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/161678: New port: sysutils/acpi_call kernle module for calling ACPI methods X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2011 12:10:05 -0000 >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@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 1c4c9c0b9ebdc3c75f15345ccf6e2b4e exit >Release-Note: >Audit-Trail: >Unformatted: