Bug 161678 - New port: sysutils/acpi_call kernle module for calling ACPI methods
Summary: New port: sysutils/acpi_call kernle module for calling ACPI methods
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-15 13:10 UTC by gelraen.ua
Modified: 2011-11-02 18:20 UTC (History)
0 users

See Also:


Attachments
file.shar (1.71 KB, text/plain)
2011-10-15 13:10 UTC, gelraen.ua
no flags Details
acpi_call.shar (2.01 KB, application/x-shar)
2011-10-16 08:37 UTC, gelraen.ua
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gelraen.ua 2011-10-15 13:10:04 UTC
Kernel module for calling arbitrary ACPI methods from userspace.

Fix: Patch attached with submission follows:
Comment 1 gelraen.ua 2011-10-16 08:37:38 UTC
A bit improved version (installs module to /boot/modules instead of 
${PREFIX}/modules)
http://imax.in.ua/files/acpi_call.shar
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2011-11-02 11:59:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

I'll handle this.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-11-02 18:17:15 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"
Comment 4 Sergey A. Osokin freebsd_committer freebsd_triage 2011-11-02 18:17:44 UTC
State Changed
From-To: open->closed

Committed, thanks for report!