| Port details |
- tclvfs Tcl VirtualFileSystem layer
- 1.5.0,1 filesystems
=0 20080503_1Version of this port present on the latest quarterly branch. - Maintainer: tcltk@FreeBSD.org
 - Port Added: 2024-11-07 19:52:55
- Last Update: 2026-08-04 07:37:40
- Commit Hash: d4d3192
- Also Listed In: devel
- License: TclTk
- WWW:
- https://core.tcl-lang.org/tclvfs
- Description:
- The TclVfs project aims to provide an extension to the Tcl language which
allows Virtual Filesystems to be built using Tcl scripts only. It is also a
repository of such Tcl-implemented filesystems (metakit, zip, ftp, tar, http,
webdav, namespace, url)
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- tclvfs>0:filesystems/tclvfs
- To install the port:
- cd /usr/ports/filesystems/tclvfs/ && make install clean
- To add the package, run one of these commands:
- pkg install filesystems/tclvfs
- pkg install tclvfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tclvfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1785742810
SHA256 (tclvfs-20260403165307-75a2672991.tar.gz) = d777ac6f5e11857d08e6c5e050820c2f04be4df66f46862201c27ac1e3ee289d
SIZE (tclvfs-20260403165307-75a2672991.tar.gz) = 281676
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
- Library dependencies:
-
- libTrf2.1.4.so : devel/tcl-trf
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- filesystems_tclvfs
- USES:
- gmake tcl:tea
- 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 |
1.5.0,1 04 Aug 2026 07:37:40
    |
Pietro Cerutti (gahr)  |
filesystems/tclvfs: add PORTEPOCH
The last version bump went back in time, 1.5.0 < 20080503_1.
While at it, use tabs instead of spaces after variable names. |
1.5.0 03 Aug 2026 09:13:26
    |
Pietro Cerutti (gahr)  |
filesystems/tclvfs: update to 1.5.0
PR: 297213
Submitted by: Simon Wells <swel024+bsd@gmail.com> |
20080503_1 06 Nov 2024 15:17:35
    |
Robert Clausecker (fuz)  |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |