aboutsummaryrefslogtreecommitdiff
path: root/comms/owfs
Commit message (Collapse)AuthorAgeFilesLines
* comms/owfs: Spell FTDI_CONFIGURE_ENABLE correctlyTobias Kortkamp2019-04-161-1/+2
| | | | Notes: svn path=/head/; revision=499105
* Fix USE_GITHUB usage.Mathieu Arnold2018-10-312-4/+4
| | | | Notes: svn path=/head/; revision=483594
* - Update to 3.2p3Wen Heping2018-10-314-14/+40
| | | | | | | | | PR: 231814 Submitted by: osidorkin@gmail.com Approved by: maintainer Notes: svn path=/head/; revision=483552
* Switch from swig 2.0 to swig 3.0Baptiste Daroussin2017-12-201-2/+2
| | | | Notes: svn path=/head/; revision=456845
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Assume "pkg-config libusb*" works after 9.x EOLJan Beich2017-01-051-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=430669
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update to 3.1p1.Raphael Kubo da Costa2016-03-055-31/+10
| | | | | | | | | PR: 206959 Submitted by: osidorkin@gmail.com Approved by: johan@stromnet.se (maintainer) Notes: svn path=/head/; revision=410210
* - Update to 3.1p0Dmitry Marakasov2015-08-266-23/+42
| | | | | | | | | PR: 200245 Submitted by: johan@stromnet.se (maintainer) Reported by: admin@lissyara.su Notes: svn path=/head/; revision=395372
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-5/+2
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* gmake:lite is only intended to be used for possible gmake dependenciesAntoine Brodin2015-03-071-1/+1
| | | | Notes: svn path=/head/; revision=380688
* Fix build with non-default OPTION owfsThomas Zander2015-01-031-0/+11
| | | | | | | | | | PR: 196421 Submitted by: osidorkin@gmail.com Approved by: johan@stromnet.se (maintainer) MFH: 2015Q1 Notes: svn path=/head/; revision=376126
* Fix build on FreeBSD 8.x and 9.x by using gmakePawel Pekala2014-12-223-3/+67
| | | | | | | | PR: 196156 Submitted by: maintainer Notes: svn path=/head/; revision=375258
* Convert to USES=autoreconfBaptiste Daroussin2014-12-181-5/+2
| | | | Notes: svn path=/head/; revision=374896
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Update to 2.9p8Alex Kozlov2014-11-074-88/+18
| | | | | | | | | | | | - Add OWMUTEXDEBUG option - Add USE_LDCONFIG - Fix USES=tk syntax PR: 194261 Submitted by: johan@stromnet.se (maintainer) Notes: svn path=/head/; revision=372286
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-1/+1
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* Cleanup plistBaptiste Daroussin2014-10-201-5/+0
| | | | Notes: svn path=/head/; revision=371247
* Use default LIBTOOLIZE_ARGSTijl Coosemans2014-09-131-1/+0
| | | | Notes: svn path=/head/; revision=368126
* Add new port comms/owfsJohn Marino2014-08-165-0/+385
PR: 189222 Submitted by: Johan (stromnet.se) OWFS -- 1-Wire file system. OWFS is an easy way to use the powerful 1-wire system of Dallas/Maxim. OWFS is a simple and flexible program to monitor and control the physical environment. You can write scripts to read temperature, flash lights, write to an LCD, log and graph, ... Notes: svn path=/head/; revision=365069