summaryrefslogtreecommitdiff
path: root/lang/modula-3-socks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* portlint and move manpages from PLIST to MakefileMichael Haro1999-08-272-4/+5
| | | | Notes: svn path=/head/; revision=21039
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-3/+3
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Fix diff linesAndrey A. Chernov1998-01-201-2/+2
| | | | Notes: svn path=/head/; revision=9382
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-10/+10
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* This package implements SOCKS support for Modula-3 applications. ItJohn Polstra1996-11-0136-0/+1076
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: svn path=/head/; revision=4225