Port details |
- owfs 1-wire file system implementation
- 3.2p4_3 comms =3 3.2p4_3Version of this port present on the latest quarterly branch.
- Maintainer: johan@stromnet.se
- Port Added: 2014-08-16 09:15:27
- Last Update: 2024-02-22 14:02:22
- Commit Hash: 605aaed
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: GPLv2
- WWW:
- https://www.owfs.org/
- Description:
- 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, ...
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/comms/owfs/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/owfs
- pkg install owfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: owfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599553594
SHA256 (owfs-3.2p4.tar.gz) = af0a5035f3f3df876ca15aea13486bfed6b3ef5409dee016db0be67755c35fcc
SIZE (owfs-3.2p4.tar.gz) = 1614528
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- uthash.h : devel/uthash
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libfuse.so : sysutils/fusefs-libs
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for owfs-3.2p4_3:
AVAHI=off: Enable zero-config autodiscovery
FTDI=off: Enable LinkUSB support via libftdi
I2C=on: Enable i2c (DS2482-x00) support (UNTESTED)
OWCAPI=on: Enable C API
OWDEBUG=on: Enable debug output
OWEXTERNAL=on: Enable owexternal
OWFS=on: Enable FUSE support
OWFTPD=on: Enable owftpd FTP server
OWHTTPD=on: Enable owhttpd HTTP server
OWMALLOC=off: Enable malloc checking
OWMON=off: Enable owmon module (X11)
OWMUTEXDEBUG=off: Enable mutex debug
OWNET=on: Enable network communication
OWPERL=off: Enable Perl binding (BROKEN)
OWPHP=off: Enable PHP binding (BROKEN)
OWSERVER=on: Enable owserver
OWSHELL=on: Enable CLI utils
OWTAP=off: Enable owtap module (X11)
OWTCL=off: Enable TCL binding
PROFILING=off: Enable profiling (BROKEN)
USB=on: Enable 1-Wire usb DS2490 support
ZERO=off: Enable Zeroconf/bonjour (UNTESTED)
===> Use 'make config' to modify these settings
- Options name:
- comms_owfs
- USES:
- gmake libtool pkgconfig compiler:c11 fuse
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2p4_3 22 Feb 2024 14:02:22 |
Muhammad Moinur Rahman (bofh) |
comms/owfs: Moved man to share/man
Approved by: portmgr (blanket) |
3.2p4_2 08 Apr 2023 21:13:53 |
Dave Cottlehuber (dch) |
comms/owfs: relax warnings to build on current |
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) |
3.2p4_1 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 ) |
3.2p4_1 20 Jul 2022 14:21:01 |
Tobias C. Berner (tcberner) |
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above ) |
3.2p4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2p4_1 04 Dec 2020 14:28:54 |
kevans |
comms/owfs: update to 3.2p4
owfs 3.2p4 have been released, which among other things fixes a FreeBSD
build bug.
* Update 3.2p3 -> 3.2p4
* Change from USE_GITHUB to MASTER_SITES
* Remove OWFS Python bindings, as python2.7 is no longer supported in
FreeBSD and owfs python binding does not build with anything else. It is
deprecated in favour for pyownet or similar
(see https://github.com/owfs/owfs/issues/75 for more details)
* Remove owtraffic as it is now builtin.
* Add uthash build dependency (header-only)
PR: 248868
Approved by: maintainer
MFH: 2020Q4 (blanket: build fix) |
3.2p3_1 17 Jun 2020 18:17:45 |
sunpoet |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
3.2p3_1 28 May 2020 13:13:25 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). |
3.2p3_1 12 May 2020 09:32:40 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
3.2p3_1 16 Apr 2019 18:31:09 |
tobik |
comms/owfs: Spell FTDI_CONFIGURE_ENABLE correctly |
3.2p3 31 Oct 2018 15:47:05 |
mat |
Fix USE_GITHUB usage. |
3.2p3 31 Oct 2018 06:24:57 |
wen |
- Update to 3.2p3
PR: 231814
Submitted by: osidorkin@gmail.com
Approved by: maintainer |
3.1p1_1 20 Dec 2017 19:34:12 |
bapt |
Switch from swig 2.0 to swig 3.0 |
3.1p1_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
3.1p1_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. |
3.1p1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.1p1 05 Mar 2016 20:36:18 |
rakuco |
Update to 3.1p1.
PR: 206959
Submitted by: osidorkin@gmail.com
Approved by: johan@stromnet.se (maintainer) |
3.1p0 26 Aug 2015 16:29:55 |
amdmi3 |
- Update to 3.1p0
PR: 200245
Submitted by: johan@stromnet.se (maintainer)
Reported by: admin@lissyara.su |
2.9p8_2 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
2.9p8_2 07 Mar 2015 13:19:47 |
antoine |
gmake:lite is only intended to be used for possible gmake dependencies |
2.9p8_2 03 Jan 2015 16:56:19 |
riggs |
Fix build with non-default OPTION owfs
PR: 196421
Submitted by: osidorkin@gmail.com
Approved by: johan@stromnet.se (maintainer)
MFH: 2015Q1 |
2.9p8_2 22 Dec 2014 18:37:58 |
pawel |
Fix build on FreeBSD 8.x and 9.x by using gmake
PR: 196156
Submitted by: maintainer |
2.9p8_1 18 Dec 2014 11:40:01 |
bapt |
Convert to USES=autoreconf |
2.9p8_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
2.9p8 07 Nov 2014 17:52:36 |
ak |
- Update to 2.9p8
- Add OWMUTEXDEBUG option
- Add USE_LDCONFIG
- Fix USES=tk syntax
PR: 194261
Submitted by: johan@stromnet.se (maintainer) |
2.9p5 07 Nov 2014 13:51:11 |
mat |
Replace some occurences of mach with PERL_ARCH (and a couple of other small noop
fixes.)
With hat: perl@
Sponsored by: Absolight |
2.9p5 20 Oct 2014 09:31:34 |
bapt |
Cleanup plist |
2.9p5 13 Sep 2014 18:25:05 |
tijl |
Use default LIBTOOLIZE_ARGS |
2.9p5 16 Aug 2014 09:15:17 |
marino |
Add new port comms/owfs
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, ... |