Port details |
- libtubo XFFM Interprocess Communication and Control
- 5.0.14_1 x11-fm =2 5.0.14_1Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: 2014-10-03 21:47:04
- Last Update: 2024-03-05 21:12:25
- Commit Hash: 2fa4472
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://xffm.sourceforge.net/libtubo.html
- Description:
- The Libtubo library is small and simple function set to enable a
process to run any other process in the background and communicate
via the stdout, stderr and stdin file descriptors. This library is
used by Rodent filemanager but is also available here for other
programs to use freely.
- ¦ ¦ ¦ ¦
- 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/x11-fm/libtubo/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-fm/libtubo
- pkg install libtubo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libtubo
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libtubo0-5.0.14.tar.gz) = 41916aee3dd93a1df7a3e296ea9b7e948b92bec8e9d3ab9339187b1aa1d69b15
SIZE (libtubo0-5.0.14.tar.gz) = 470228
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:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
-
- x11-fm/librfm
Configuration Options:
- ===> The following configuration options are available for libtubo-5.0.14_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11-fm_libtubo
- USES:
- gmake libtool:keepla pkgconfig
- 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 |
5.0.14_1 05 Mar 2024 21:12:25 |
Rodrigo Osorio (rodrigo) |
x11-fm/libtubo: moved manpages to share/man
Set GNU_CONFIGURE_MANPREFIX and fix plist
Fix formatting to make linters happy |
5.0.14 03 Nov 2023 14:05:32 |
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) |
5.0.14 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 ) |
5.0.14 20 Jul 2022 14:23:35 |
Tobias C. Berner (tcberner) |
x11-fm: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alejandro Pulver <alejandro@varnet.biz>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net>
* Geyer Klaus
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Heiner <h.eichmann@gmx.de>
* Jens K. Loewe <bsd@tuxproject.de>
* Lars Engels <lars.engels@0x20.net>
* Martin Tournoij <carpetsmoker@xs4all.nl>
* Oliver Lehmann <oliver@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.0.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0.14 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
5.0.14 28 Jan 2015 01:07:35 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
5.0.14 03 Oct 2014 21:46:54 |
rodrigo |
Upgrade rodent file manager to v5.2.9
The rodent project split the code in 3 parts, rodent itself and
two shared libraries, librfm and libtubo.
Librfm and libtubo are new ports because they evolve separately
and can be used by other ports.
PR: ports/193561
Submitted by: rodrigo
Approved by: mentors (implicit) |