aboutsummaryrefslogtreecommitdiff
path: root/comms/dfu-programmer
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Set LICENSE_FILEMateusz Piotrowski2021-02-181-0/+1
| | | | Notes: svn path=/head/; revision=565933
* comms/dfu-programmer: Update to 0.7.2Tobias Kortkamp2019-01-213-5/+6
| | | | | | | | | | | | - Follow WWW redirect - Reset maintainer due to the long timeout PR: 224577 Submitted by: woodsb02 Approved by: byu17@uclive.ac.nz (maintainer timeout, > 1 year) Notes: svn path=/head/; revision=490831
* comms/dfu-programmer: chase r316903Jan Beich2017-01-051-3/+1
| | | | | | | | Ideally, the port should switch to USES += autoreconf pkgconfig instead of LIBS += -lusb. Notes: svn path=/head/; revision=430671
* Remove trailing whitespaces from category commsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345400
* Support staging and add LICENSE.Emanuel Haupt2014-02-161-13/+9
| | | | Notes: svn path=/head/; revision=344557
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* In preparation of removing devel/libusb (expires 2013-04-30), remove itRene Ladan2013-04-291-7/+2
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=316831
* - Update to version 0.5.5 [1]Pawel Pekala2013-02-232-11/+8
| | | | | | | | | | | | | - Fix build for OSVERSION < 800069 by disabling compiling with libusb-1.0 which isn't available there - Convert to OptionsNG - Trim Makefile header PR: ports/174727 [1] Submitted by: Benjamin Washington-Yule <byu17@uclive.ac.nz> (maintainer) Notes: svn path=/head/; revision=312839
* - Update to 0.5.4Frederic Culot2012-04-062-4/+4
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/166685 Submitted by: Benjamin Washington-Yule <byu17@uclive.ac.nz> Feature safe: yes Notes: svn path=/head/; revision=294272
* Reset elbarto@ArcadeBSD.org: address bounces, last maintainer activity 2010.Mark Linimon2012-01-171-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=289390
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 0.5.2.Stefan Walter2010-06-303-4/+14
| | | | | | | | | | PR: 147160 Submitted by: Lucius Windschuh <lwindschuh@gmail.com> Approved by: maintainer timeout (1 month) Feature safe: yes Notes: svn path=/head/; revision=257223
* dfu-programmer is a Device Firmware Update based USB programmerDmitry Marakasov2009-12-083-0/+46
for Atmel chips with a USB bootloader. WWW: http://dfu-programmer.sourceforge.net/ PR: 137020 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> Notes: svn path=/head/; revision=245417