freebsd-ports/devel/tclvfs/pkg-plist
Pietro Cerutti 4e23c21fc1 Add "tea" argument to USES=tcl to facilitate porting of TEA-based extensions.
Quoting https://tcl.tk/doc/tea:

"The Tcl Extension Architecture, or TEA, by John Ousterhout and others, is a
set of guidelines and techniques for the distribution, configuration,
compilation, and installation of Tcl extensions. TEA also provides a set of
utilities that operate accordingly. Many Tcl extensions leverage the TEA
utilities, which are designed to be easily customizable."

To facilitate the porting of TEA-based extensions, I have added the new "tea"
argument to USES=tcl. This argument prepares the autoconf environment by
setting GNU_CONFIGURE and sets some commonly used CONFIGURE_ARGS. Also, it
tries to figure out the correct extension name, sets TCL_PKG accordingly, and
adds it to PLIST_SUB.

I have modified a few ports to take advantage of this. More will come.
2016-04-19 14:20:01 +00:00

28 lines
863 B
Text

lib/%%TCL_PKG%%/ftpvfs.tcl
lib/%%TCL_PKG%%/httpvfs.tcl
lib/%%TCL_PKG%%/lib%%TCL_PKG%%.so
lib/%%TCL_PKG%%/mk4vfs.tcl
lib/%%TCL_PKG%%/mk4vfscompat.tcl
lib/%%TCL_PKG%%/pkgIndex.tcl
lib/%%TCL_PKG%%/starkit.tcl
lib/%%TCL_PKG%%/tarvfs.tcl
lib/%%TCL_PKG%%/tclIndex
lib/%%TCL_PKG%%/tclprocvfs.tcl
lib/%%TCL_PKG%%/template/collatevfs.tcl
lib/%%TCL_PKG%%/template/deltavfs.tcl
lib/%%TCL_PKG%%/template/fishvfs.tcl
lib/%%TCL_PKG%%/template/globfind.tcl
lib/%%TCL_PKG%%/template/quotavfs.tcl
lib/%%TCL_PKG%%/template/tdelta.tcl
lib/%%TCL_PKG%%/template/templatevfs.tcl
lib/%%TCL_PKG%%/template/versionvfs.tcl
lib/%%TCL_PKG%%/testvfs.tcl
lib/%%TCL_PKG%%/tkvfs.tcl
lib/%%TCL_PKG%%/vfsUrl.tcl
lib/%%TCL_PKG%%/vfsUtils.tcl
lib/%%TCL_PKG%%/vfslib.tcl
lib/%%TCL_PKG%%/webdavvfs.tcl
lib/%%TCL_PKG%%/zipvfs.tcl
lib/%%TCL_PKG%%/zipvfscompat.tcl
man/mann/vfs.n.gz
man/mann/vfslib.n.gz