Bug 156426 - New ports: devel/libg19, devel/libg19draw - libs to help using the Logitech G19 keyboard
Summary: New ports: devel/libg19, devel/libg19draw - libs to help using the Logitech G...
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: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-15 18:20 UTC by Armin Pirkovitsch
Modified: 2011-11-10 02:30 UTC (History)
0 users

See Also:


Attachments
file.shar (4.70 KB, text/plain)
2011-04-15 18:20 UTC, Armin Pirkovitsch
no flags Details
libg19-2.txt (29.33 KB, text/plain)
2011-04-16 09:07 UTC, Armin Pirkovitsch
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Armin Pirkovitsch 2011-04-15 18:20:08 UTC
Introduce 2 new ports.
Both new ports are helpful if you want to e.g. change the backlight of the keyboard or use its LCD display.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-15 18:20:40 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Armin Pirkovitsch 2011-04-16 09:07:19 UTC
After playing a little with those libs i noticed that some features do 
not work properly...
The attached shar includes patches to the latest git versions which work 
so far.
Comment 3 Bernhard Froehlich freebsd_committer freebsd_triage 2011-05-26 08:01:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-11-10 02:23:18 UTC
miwi        2011-11-10 02:23:05 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libg19         Makefile distinfo pkg-descr 
    devel/libg19/files   patch-configure patch-libg19.c 
                         patch-libg19.h 
  Log:
  A library that handles the USB interfacing with the G19
  
  WWW: http://g19linux.sourceforge.net/
  
  PR:             ports/156426
  Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>
  
  Revision  Changes    Path
  1.4665    +1 -0      ports/devel/Makefile
  1.1       +31 -0     ports/devel/libg19/Makefile (new)
  1.1       +2 -0      ports/devel/libg19/distinfo (new)
  1.1       +39 -0     ports/devel/libg19/files/patch-configure (new)
  1.1       +107 -0    ports/devel/libg19/files/patch-libg19.c (new)
  1.1       +90 -0     ports/devel/libg19/files/patch-libg19.h (new)
  1.1       +3 -0      ports/devel/libg19/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"
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-11-10 02:24:57 UTC
miwi        2011-11-10 02:24:37 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libg19draw     Makefile distinfo pkg-descr 
    devel/libg19draw/files patch-configure patch-libg19draw.c 
                           patch-libg19draw.h 
  Log:
  A library that can be used for drawing images, circles, lines and test on
  the LCD
  
  WWW: http://g19linux.sourceforge.net/
  
  PR:             ports/156426
  Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>
  
  Revision  Changes    Path
  1.4666    +1 -0      ports/devel/Makefile
  1.1       +30 -0     ports/devel/libg19draw/Makefile (new)
  1.1       +2 -0      ports/devel/libg19draw/distinfo (new)
  1.1       +57 -0     ports/devel/libg19draw/files/patch-configure (new)
  1.1       +553 -0    ports/devel/libg19draw/files/patch-libg19draw.c (new)
  1.1       +182 -0    ports/devel/libg19draw/files/patch-libg19draw.h (new)
  1.1       +4 -0      ports/devel/libg19draw/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"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2011-11-10 02:30:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!