Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2 27 Jun 2020 09:39:29 |
sunpoet |
Move devel/py-usb to devel/py-pyusb
- While I'm here:
- Fix USE_GITHUB usage
- Add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
PR: 246547
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 40 days) |
1.0.2 20 Jan 2018 20:39:30 |
sbz |
- Update to 1.0.2 |
1.0.0 20 Jan 2017 23:51:41 |
sbz |
- Update to 1.0.0 |
1.0.0b1_1 01 Jun 2016 13:15:37 |
mat |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
1.0.0b1_1 13 Oct 2015 20:36:18 |
makc |
devel/py-usb:
- Use options helpers
- Allow concurrent python installations
PR: 202888
Approved by: sbz (maintainer timeout 5 weeks) |
1.0.0b1 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.0.0b1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.0.0b1 23 Jul 2014 09:55:12 |
sbz |
- Update to 1.0.0b1 [1]
- Switch to GITHUB
PR: ports/188633 [1]
Submitted by: Uffe Jakobsen <uffe at uffe.org> |
0.4.3 15 Feb 2014 22:35:37 |
rm |
- remove my 'Created by' |
0.4.3 15 Feb 2014 22:17:21 |
antoine |
- Stage support
- Use PYDISTUTILS_AUTOPLIST |
0.4.3 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.4.3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.4.3 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.4.3 29 Apr 2013 16:43:05 |
rene |
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt) |
0.4.3 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.4.3 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
0.4.3 22 Sep 2010 14:58:20 |
jadawin |
- Update to 0.4.3
- Respect NOPORTEXAMPLES
- Submitter is now maintainer
PR: ports/150786
Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com> |
0.4.2 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.4.2 21 Jul 2009 00:55:36 |
pgollucci |
- Update to 4.2 |
0.4.1 06 Jun 2009 16:03:43 |
itetcu |
LOCALBASE != PREFIX
Submitted by: pav@ |
0.4.1 06 Jun 2009 06:09:33 |
itetcu |
Fix build with custom LOCALBASE.
Repoted by: QATty |
0.4.1 10 Mar 2009 01:16:37 |
itetcu |
- fix dependency on devel/libusb [1]
- reset maintainer (not seen since Dec 2007, email bounces) [2]
Reported by: QAT [1]
Approved by: portmgr (linimon@) [2] |
0.4.1 09 Mar 2009 17:15:43 |
stas |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi |
0.4.1 13 Dec 2007 04:18:02 |
lwhsu |
- Update to 0.4.1
PR: ports/117477
Submitted by: "R.Mahmatkhanov" <R.Mahmatkhanov AT SKYLINK.ru> (maintainer) |
0.4.0 06 Jun 2007 10:59:48 |
miwi |
- Update to 0.4.0
PR: 113389
Submitted by: R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.ru> (maintainer) |
0.3.5 04 Jun 2007 19:40:09 |
miwi |
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> |