diff options
author | gahr <gahr@FreeBSD.org> | 2013-11-14 00:54:21 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-11-14 00:54:21 +0800 |
commit | 4d3105e484768a65b906a92d37055ecdb7746b98 (patch) | |
tree | 80612999e1306d1a39c392983fd85a1049fd0439 /devel/Makefile | |
parent | 0a7cb7f7c802616ecb15264612d5dbaad56490f4 (diff) | |
download | freebsd-ports-gnome-4d3105e484768a65b906a92d37055ecdb7746b98.tar.gz freebsd-ports-gnome-4d3105e484768a65b906a92d37055ecdb7746b98.tar.zst freebsd-ports-gnome-4d3105e484768a65b906a92d37055ecdb7746b98.zip |
- New port: devel/tclvfs
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)
WWW: http://sourceforge.net/projects/tclvfs/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4f95c0954679..68d7d7a55135 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4431,6 +4431,7 @@ SUBDIR += tclreadline SUBDIR += tclthread SUBDIR += tcltls + SUBDIR += tclvfs SUBDIR += tclxml SUBDIR += tdl SUBDIR += terminality |