PyUSB is a native Python module written in C (meanwhile, because the next major version will use ctypes), that provides USB access for it. - Wander Lairson wander.lairson@gmail.com WWW: http://pyusb.berlios.de/ Generated with FreeBSD Port Tools 0.77 Fix: Patch attached with submission follows:
Class Changed From-To: sw-bug->change-request Fix category (new ports should be change-requests)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-06-04 19:40:09 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-usb Makefile distinfo pkg-descr Log: PyUSB is a native Python module written in C (meanwhile, because the next major version will use ctypes), that provides USB access for it. WWW: http://pyusb.berlios.de/ PR: ports/112641 Submitted by: R.Mahmatkhanov <R.Mahmatkhanov at SKYLINK.ru> Revision Changes Path 1.2773 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/py-usb/Makefile (new) 1.1 +3 -0 ports/devel/py-usb/distinfo (new) 1.1 +4 -0 ports/devel/py-usb/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 New port added, with minor changes. Renamed to py-usb to correct python handling. Thanks!