aboutsummaryrefslogtreecommitdiff
path: root/lang/modula-3-socks/pkg-plist
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1996-11-01 02:37:35 +0000
committerJohn Polstra <jdp@FreeBSD.org>1996-11-01 02:37:35 +0000
commit61ce7c4a2259f61bcaf6921e0cd4578dd8b7a638 (patch)
tree04a75a3adb415f5535d73ef864a7fdd72f1272ac /lang/modula-3-socks/pkg-plist
parentc6d7927bae4a72603faf49a551c3c1c4155028af (diff)
downloadports-61ce7c4a2259f61bcaf6921e0cd4578dd8b7a638.tar.gz
ports-61ce7c4a2259f61bcaf6921e0cd4578dd8b7a638.zip
This package implements SOCKS support for Modula-3 applications. It
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.
Notes
Notes: svn path=/head/; revision=4225
Diffstat (limited to 'lang/modula-3-socks/pkg-plist')
-rw-r--r--lang/modula-3-socks/pkg-plist5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/modula-3-socks/pkg-plist b/lang/modula-3-socks/pkg-plist
new file mode 100644
index 000000000000..980d2ad0ad55
--- /dev/null
+++ b/lang/modula-3-socks/pkg-plist
@@ -0,0 +1,5 @@
+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