aboutsummaryrefslogtreecommitdiff
path: root/multimedia/linux-gspca-kmod/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* run kldxref on uninstall to restore linker.hintsLuigi Rizzo2009-07-051-0/+1
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=237190
* update to the latest version of this driver (1.00.20 released 20071220),Luigi Rizzo2008-04-081-2/+2
| | | | | | | that already includes most of the patches previously used here. Notes: svn path=/head/; revision=210882
* Make fetchableMichael Nottebrock2007-07-161-1/+1
| | | | Notes: svn path=/head/; revision=195778
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* Small patch to the original source so that configuration parametersLuigi Rizzo2007-03-261-1/+1
| | | | | | | | | | | | | set through sysctl (e.g. debug.gspca.compress, debug.gspca.autobright) are updated every time the device is open() instead of just loading them at device connect time. All the changes included in this file have been passed to the author of the gspca driver so hopefully in future releases we will not need patches anymore. Notes: svn path=/head/; revision=188392
* New port linux-gspca-kmod, a usb webcam driver based on the linuxLuigi Rizzo2007-02-021-0/+29
driver 'gspca' (from http://mxhaard.free.fr/index.html) built on FreeBSD using devel/linux-kmod-compat . The driver supports a very large number of webcams. However, THIS IS EXPERIMENTAL CODE, TRY IT AT YOUR OWN RISK. This is only for 6.x/7.x and at the moment only for i386. Most bugs and limitations are due to linux-kmod-compat rather than this port itself, so upgrading linux-kmod-compat (and rebuilding this port) will most likely improve functionality and remove some bugs. As usual if some of the port gurus wants to help fixing any mistakes that i may have made in the port (or missing things, e.g. a suitable warning message when the port is installed), i will be very grateful (and can spend more time working on the emulation code). Notes: svn path=/head/; revision=183970