mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
61ce7c4a22
will be used to support SOCKS operation in the soon-to-be-released next version of CVSup. A tip of the hat to: Darryl Okahata, who developed the patches necessary to make the SOCKS library work with Modula-3's multithreaded I/O system.
6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
bin/m3socks
|
|
lib/m3/FreeBSD2/libm3socks.so
|
|
man/man1/m3socks.1.gz
|
|
man/man5/m3socks.conf.5.gz
|
|
@exec if [ ! -f %D/etc/m3socks.conf ]; then echo "Please create a configuration file in %D/etc/m3socks.conf"; echo "Read m3socks.conf(5) for details"; fi
|