aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-11-13 16:54:21 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-11-13 16:54:21 +0000
commitad8d42f1ab78d1e732a6694b66d7f1a86d093e4e (patch)
tree80612999e1306d1a39c392983fd85a1049fd0439 /devel/Makefile
parente94fd2b43c7fc79a74926fc98b73b685942d1b9c (diff)
downloadports-ad8d42f1ab78d1e732a6694b66d7f1a86d093e4e.tar.gz
ports-ad8d42f1ab78d1e732a6694b66d7f1a86d093e4e.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/
Notes
Notes: svn path=/head/; revision=333710
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
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