Port details |
- sysfsutils System Utilities Based on Sysfs
- 2.1.0_4 devel =2 2.1.0_4Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-02-17 12:43:51
- Last Update: 2024-02-23 14:50:11
- Commit Hash: 7b6d3c0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://linux-diag.sourceforge.net/Sysfsutils.html
- Description:
- These are a set of utilities built upon sysfs, a new virtual filesystem
in Linux kernel versions 2.5+ that exposes a system's device tree.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sysfsutils>0:devel/sysfsutils
- To install the port:
- cd /usr/ports/devel/sysfsutils/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/sysfsutils
- pkg install sysfsutils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sysfsutils
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (sysfsutils-2.1.0.tar.gz) = e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a
SIZE (sysfsutils-2.1.0.tar.gz) = 788885
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_sysfsutils
- USES:
- cpe libtool
- 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 |
2.1.0_4 23 Feb 2024 14:50:11 |
Muhammad Moinur Rahman (bofh) |
devel/sysfsutils: Moved man to share/man
Approved by: portmgr (blanket) |
2.1.0_3 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
2.1.0_3 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 ) |
2.1.0_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.0_3 18 Oct 2021 19:25:53 |
Stefan Eßer (se) |
devel/sysfsutils: Add CPE information
Approved by: portmgr (blanket) |
2.1.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.0_3 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
2.1.0_3 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
2.1.0_3 14 Aug 2014 05:43:13 |
amdmi3 |
- Switch to USES=libtool
- Strip libraries |
2.1.0_2 30 Jun 2014 05:51:03 |
eadler |
multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) |
2.1.0_2 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
2.1.0_1 06 Feb 2014 23:04:23 |
bapt |
Support stage
USES=libtool |
2.1.0 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
2.1.0 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
2.1.0 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.1.0 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
2.1.0 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
2.1.0 17 Feb 2008 12:43:37 |
miwi |
These are a set of utilites built upon sysfs, a new virtual filesystem
in Linux kernel versions 2.5+ that exposes a system's device tree.
WWW: http://linux-diag.sourceforge.net/Sysfsutils.html
PR: ports/120414
Submitted by: Gea-Suan Lin <gslin at gslin.org> |