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:
Class Changed From-To: maintainer-update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
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.
Responsible Changed From-To: freebsd-ports-bugs->decke I'll take it.
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"
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"
State Changed From-To: open->closed Committed. Thanks!