diff options
author | mi <mi@FreeBSD.org> | 2013-02-05 08:15:35 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2013-02-05 08:15:35 +0800 |
commit | 4f5f7527f70fc055603dcf9d87559b9d7718060a (patch) | |
tree | 6f099af021085771ceb393322ea911d1fc55ce16 /devel/tcl-mmap/pkg-descr | |
parent | 4965d37f1b8984eec2fd1c2935c9192961ffaa26 (diff) | |
download | freebsd-ports-gnome-4f5f7527f70fc055603dcf9d87559b9d7718060a.tar.gz freebsd-ports-gnome-4f5f7527f70fc055603dcf9d87559b9d7718060a.tar.zst freebsd-ports-gnome-4f5f7527f70fc055603dcf9d87559b9d7718060a.zip |
Add port tcl-mmap -- Tcl interface to mmap(2).
Diffstat (limited to 'devel/tcl-mmap/pkg-descr')
-rw-r--r-- | devel/tcl-mmap/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/tcl-mmap/pkg-descr b/devel/tcl-mmap/pkg-descr new file mode 100644 index 000000000000..b7f8aa39cc2f --- /dev/null +++ b/devel/tcl-mmap/pkg-descr @@ -0,0 +1,11 @@ +This extension provides a Tcl interface to the mmap(2) POSIX system +call. + +The functionality of 'mmap' is exported from this extension in the +form of a new Tcl channel type, named "mmap". A memory mapping is +established with the 'mmap' command. Following 'mmap' execution, +access to the memory mapped file is done via the standard Tcl +commands: puts/gets/seek/flush/close/fconfigure, only that this +time these commands operate on memory, rather than on a file. + +WWW: http://tcl-mmap.sourceforge.net/ |