Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.0_1 30 Jan 2024 21:39:28
    |
Muhammad Moinur Rahman (bofh)  |
net/usbredir: Moved man to share/man |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.0 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.8.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.0 02 Jan 2019 08:16:39
  |
bofh  |
net/usbredir: Update version 0.7.1=>0.8.0 |
0.7.1 05 Jan 2017 22:58:02
  |
jbeich  |
Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. |
0.7.1 16 Dec 2015 17:10:22
  |
bofh  |
net/usbredir: Update version 0.6=>0.7.1
- Take MAINTAINERSHIP |
0.6_1 14 Dec 2015 02:52:14
  |
eadler  |
Reset maintainer |
0.6_1 20 Sep 2015 20:54:09
  |
olgeni  |
Typos, whitespace and capitalization fixes (G-P). |
0.6_1 09 Jul 2014 16:21:14
  |
tijl  |
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Remove MAKE_ARGS and MAKE_ENV
- Remove files/libusb-1.0.pc, not needed with LIBUSB_CFLAGS and LIBUSB_LIBS
set in CONFIGURE_ENV |
0.6 15 Mar 2014 15:36:00
  |
nox  |
Switch my ports to USES= tar:... |
0.6 26 Jan 2014 18:02:08
  |
nox  |
- Stagify.
- Remove obsolete ${OSVERSION} < 803000 check. |
0.6 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.6 31 Aug 2013 00:26:08
  |
bapt  |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_PERL5 -> USES=perl5
* USE_GMAKE -> USES=gmake |
0.6 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.6 29 Mar 2013 17:40:38
  |
nox  |
- Update net/usbredir to 0.6 .
- Update emulators/qemu-devel to 1.4.0 with preliminary bsd-user patches.
Thanx to: sson, cognet, and others for much improved bsd-user support -
it now runs at least quite a few mips64 and single-threaded
arm binaries, see:
https://wiki.freebsd.org/QemuUserModeHowTo |
0.4.3 09 Jun 2012 16:19:05
 |
nox  |
- Update net/usbredir to 0.4.3 .
- Update emulators/qemu-devel to 1.1.0 - announce posting is here:
http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg00072.html |
0.3 14 Dec 2011 22:23:48
 |
nox  |
Fix build with clang by not building .d files. (-Wp,-MMD...) |
0.3 31 Aug 2011 17:34:17
 |
nox  |
Mark IGNORE on 8.0 due to too old libusb. (missing symbols.)
Submitted by: pointyhat via erwin |
0.3 27 Aug 2011 07:37:53
 |
nox  |
Fix build without libusb patch.
Submitted by: pointyhat via pav |
0.3 21 Aug 2011 15:43:02
 |
nox  |
usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.
With the official 0.3 release the protocol is now frozen (only extensions
advertised through capabilities can be added from now on).
WWW: http://cgit.freedesktop.org/~jwrdegoede/usbredir/ |